diff options
Diffstat (limited to 'src/frontEnd/pathmagic.py')
-rw-r--r-- | src/frontEnd/pathmagic.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/frontEnd/pathmagic.py b/src/frontEnd/pathmagic.py new file mode 100644 index 00000000..92a5e6e2 --- /dev/null +++ b/src/frontEnd/pathmagic.py @@ -0,0 +1,6 @@ +import os +import sys +# Setting PYTHONPATH +cwd = os.getcwd() +(setPath, fronEnd) = os.path.split(cwd) +sys.path.append(setPath)
\ No newline at end of file |