mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
Added untracked scripts. Added script-location relative module import
This commit is contained in:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user