From 89c637c341a281d31ccd63be65a3504d6db79882 Mon Sep 17 00:00:00 2001 From: nilshah98 Date: Fri, 7 Jun 2019 19:15:54 +0530 Subject: made pep8 compliant using autopep8 tool --- src/frontEnd/pathmagic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontEnd/pathmagic.py') 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) -- cgit