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