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/tests/detailed-history-unit-test.py | |
| parent | 493e29a108255eb3ae3166dc920f40e2f4e5c4c4 (diff) | |
| download | pubnub-python-93379625e26c98a8cfab72c106ae40819843f956.tar.bz2 | |
remove relative imports
Diffstat (limited to 'python/tests/detailed-history-unit-test.py')
| -rwxr-xr-x | python/tests/detailed-history-unit-test.py | 3 |
1 files changed, 0 insertions, 3 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 |
