diff --git a/shell/conf.py b/shell/conf.py new file mode 100644 index 0000000..5e042a7 --- /dev/null +++ b/shell/conf.py @@ -0,0 +1,8 @@ +import sys, os +sys.path.append(os.path.abspath('../common/')) + +from conf import * + +version = '1.0' +release = '5.0' +