aboutsummaryrefslogtreecommitdiffstats
path: root/python/examples
diff options
context:
space:
mode:
authorDevendra2013-10-11 01:03:45 +0530
committerDevendra2013-10-11 01:03:45 +0530
commit56a6a2cf5e798f412621a2ed4a6d2cb5356ee156 (patch)
tree9edc511d6a9e0d1e99200b3fa942ce16078cafd6 /python/examples
parentcb4b18841fa719ce982b06002889831aedd287ac (diff)
downloadpubnub-python-56a6a2cf5e798f412621a2ed4a6d2cb5356ee156.tar.bz2
fixed subscribe url generation code for python core
Diffstat (limited to 'python/examples')
-rwxr-xr-xpython/examples/subscribe-example.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/examples/subscribe-example.py b/python/examples/subscribe-example.py
index e458e2b..14a43d9 100755
--- a/python/examples/subscribe-example.py
+++ b/python/examples/subscribe-example.py
@@ -1,4 +1,5 @@
import sys
+sys.path.append('../')
import threading
import time
import random