Added untracked scripts. Added script-location relative module import

This commit is contained in:
Bahadir Balban
2009-09-17 11:28:43 +03:00
parent b2531dc725
commit 6b899ebf15
8 changed files with 270 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ from os.path import join
PROJRELROOT = "../.."
SCRIPTROOT = os.path.abspath(os.path.dirname("."))
sys.path.append(os.path.abspath(PROJRELROOT))
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), PROJRELROOT)))
from config.projpaths import *
from config.configuration import *