aboutsummaryrefslogtreecommitdiffstats
path: root/python/examples/subscribe-example.py
diff options
context:
space:
mode:
authorDevendra2014-04-24 00:35:10 +0530
committerDevendra2014-04-24 00:35:10 +0530
commit93379625e26c98a8cfab72c106ae40819843f956 (patch)
treefafb0b0a0f01dbf6bbea256970a22eca49037e7f /python/examples/subscribe-example.py
parent493e29a108255eb3ae3166dc920f40e2f4e5c4c4 (diff)
downloadpubnub-python-93379625e26c98a8cfab72c106ae40819843f956.tar.bz2
remove relative imports
Diffstat (limited to 'python/examples/subscribe-example.py')
-rwxr-xr-xpython/examples/subscribe-example.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/examples/subscribe-example.py b/python/examples/subscribe-example.py
index 0a18899..0b1c949 100755
--- a/python/examples/subscribe-example.py
+++ b/python/examples/subscribe-example.py
@@ -1,6 +1,4 @@
import sys
-sys.path.append('..')
-sys.path.append('.')
import threading
import time
import random