summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-10-01 20:05:32 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2014-10-01 20:05:32 +0200
commitffbdf60b5bf87e8e908e60e5f53eb1a25389e00a (patch)
treeb4607f59f7e6c6cc7f6e9818774260dd23fb2936 /client
parentd7de29fa91dece27d867b8c1b76c8dc03a64b676 (diff)
downloadjasper-client-ffbdf60b5bf87e8e908e60e5f53eb1a25389e00a.tar.gz
jasper-client-ffbdf60b5bf87e8e908e60e5f53eb1a25389e00a.zip
Fix bug in main.py
This fixes #183
Diffstat (limited to 'client')
-rwxr-xr-xclient/main.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/main.py b/client/main.py
index 6ec7137..629d75f 100755
--- a/client/main.py
+++ b/client/main.py
@@ -6,6 +6,5 @@ import os
import sys
import runpy
script_path = os.path.join(os.path.dirname(__file__), os.pardir, "jasper.py")
-sys.path.remove(os.path.dirname(__file__))
sys.path.insert(0, os.path.dirname(script_path))
runpy.run_path(script_path, run_name="__main__")