aboutsummaryrefslogtreecommitdiffstats
path: root/python-twisted/tests/unit-test-full.py
diff options
context:
space:
mode:
Diffstat (limited to 'python-twisted/tests/unit-test-full.py')
-rw-r--r--python-twisted/tests/unit-test-full.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python-twisted/tests/unit-test-full.py b/python-twisted/tests/unit-test-full.py
index f8be1cc..374772f 100644
--- a/python-twisted/tests/unit-test-full.py
+++ b/python-twisted/tests/unit-test-full.py
@@ -18,9 +18,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'