diff options
Diffstat (limited to 'client/main.py')
| -rwxr-xr-x | client/main.py | 1 |
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__") |
