From ffbdf60b5bf87e8e908e60e5f53eb1a25389e00a Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 1 Oct 2014 20:05:32 +0200 Subject: Fix bug in main.py This fixes #183 --- client/main.py | 1 - 1 file changed, 1 deletion(-) (limited to 'client') 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__") -- cgit v1.3.1