Rework how conf.py is handled.

Needed to switch due to increasing complexity.
This commit is contained in:
Amar Takhar
2016-01-18 00:05:50 -05:00
committed by Amar Takhar
parent 46498bd4e3
commit 3a717592a9
29 changed files with 167 additions and 159 deletions

8
porting/conf.py Normal file
View File

@@ -0,0 +1,8 @@
import sys, os
sys.path.append(os.path.abspath('../common/'))
from conf import *
version = '1.0'
release = '5.0'