diff options
Diffstat (limited to 'python/tests')
| -rwxr-xr-x | python/tests/detailed-history-unit-test.py | 3 | ||||
| -rwxr-xr-x | python/tests/subscribe-test.py | 1 | ||||
| -rwxr-xr-x | python/tests/unit-test.py | 3 | 
3 files changed, 0 insertions, 7 deletions
| diff --git a/python/tests/detailed-history-unit-test.py b/python/tests/detailed-history-unit-test.py index b1500b4..9663de9 100755 --- a/python/tests/detailed-history-unit-test.py +++ b/python/tests/detailed-history-unit-test.py @@ -10,9 +10,6 @@  ## -----------------------------------  import sys -sys.path.append('.') -sys.path.append('..') -sys.path.append('../common')  from Pubnub import Pubnub  import unittest as unittest diff --git a/python/tests/subscribe-test.py b/python/tests/subscribe-test.py index d8a3ea2..a2bafde 100755 --- a/python/tests/subscribe-test.py +++ b/python/tests/subscribe-test.py @@ -10,7 +10,6 @@  ## -----------------------------------  import sys -sys.path.append('../')  import datetime  from Pubnub import Pubnub  from functools import partial 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' | 
