aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/unit-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/unit-test.py')
-rwxr-xr-xpython/tests/unit-test.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/tests/unit-test.py b/python/tests/unit-test.py
index fd1bb97..a9a462c 100755
--- a/python/tests/unit-test.py
+++ b/python/tests/unit-test.py
@@ -10,9 +10,6 @@
## -----------------------------------
import sys
-sys.path.append('.')
-sys.path.append('..')
-sys.path.append('../common')
from Pubnub import Pubnub
publish_key = len(sys.argv) > 1 and sys.argv[1] or 'demo'