diff options
| author | Devendra | 2014-04-24 00:35:10 +0530 | 
|---|---|---|
| committer | Devendra | 2014-04-24 00:35:10 +0530 | 
| commit | 93379625e26c98a8cfab72c106ae40819843f956 (patch) | |
| tree | fafb0b0a0f01dbf6bbea256970a22eca49037e7f /python-tornado/tests/unit-tests.py | |
| parent | 493e29a108255eb3ae3166dc920f40e2f4e5c4c4 (diff) | |
| download | pubnub-python-93379625e26c98a8cfab72c106ae40819843f956.tar.bz2 | |
remove relative imports
Diffstat (limited to 'python-tornado/tests/unit-tests.py')
| -rw-r--r-- | python-tornado/tests/unit-tests.py | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/python-tornado/tests/unit-tests.py b/python-tornado/tests/unit-tests.py index b4b51f4..0069a5c 100644 --- a/python-tornado/tests/unit-tests.py +++ b/python-tornado/tests/unit-tests.py @@ -1,10 +1,6 @@  import sys -sys.path.append('../../common') -sys.path.append('..') -sys.path.append('../common') -sys.path.append('.')  from PubnubUnitTest import Suite  from Pubnub import Pubnub | 
