From 3a717592a9d13f7668c7fd3f9638adcc197d873d Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 18 Jan 2016 00:05:50 -0500 Subject: Rework how conf.py is handled. Needed to switch due to increasing complexity. --- user/conf.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 user/conf.py (limited to 'user/conf.py') diff --git a/user/conf.py b/user/conf.py new file mode 100644 index 0000000..5e042a7 --- /dev/null +++ b/user/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' + -- cgit v1.2.3