aboutsummaryrefslogtreecommitdiffstats
path: root/python-twisted/tests/delivery.py
diff options
context:
space:
mode:
authorDevendra2014-04-24 00:35:10 +0530
committerDevendra2014-04-24 00:35:10 +0530
commit93379625e26c98a8cfab72c106ae40819843f956 (patch)
treefafb0b0a0f01dbf6bbea256970a22eca49037e7f /python-twisted/tests/delivery.py
parent493e29a108255eb3ae3166dc920f40e2f4e5c4c4 (diff)
downloadpubnub-python-93379625e26c98a8cfab72c106ae40819843f956.tar.bz2
remove relative imports
Diffstat (limited to 'python-twisted/tests/delivery.py')
-rw-r--r--python-twisted/tests/delivery.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python-twisted/tests/delivery.py b/python-twisted/tests/delivery.py
index 3ba221b..d36e895 100644
--- a/python-twisted/tests/delivery.py
+++ b/python-twisted/tests/delivery.py
@@ -14,7 +14,6 @@ import datetime
import time
import math
-sys.path.append('../')
from Pubnub import Pubnub
## -----------------------------------------------------------------------