summaryrefslogtreecommitdiff
path: root/src/frontEnd/pathmagic.py
diff options
context:
space:
mode:
authorSunil Shetye2019-06-11 16:00:13 +0530
committerGitHub2019-06-11 16:00:13 +0530
commit19e57ec09fc6ddb8e1462ebc118841207497109b (patch)
tree85cc00b16004b7c64dc76ebdf4cc84d6b1a84499 /src/frontEnd/pathmagic.py
parent8b986efb1c9216e284f6cc27a8f44d09e5c5cc59 (diff)
parent9e92a335fc364d391e9b524c226602a1677c2518 (diff)
downloadeSim-19e57ec09fc6ddb8e1462ebc118841207497109b.tar.gz
eSim-19e57ec09fc6ddb8e1462ebc118841207497109b.tar.bz2
eSim-19e57ec09fc6ddb8e1462ebc118841207497109b.zip
Merge pull request #85 from nilshah98/pep8
Made pep8 compliant
Diffstat (limited to 'src/frontEnd/pathmagic.py')
-rw-r--r--src/frontEnd/pathmagic.py6
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