aboutsummaryrefslogtreecommitdiffstats
path: root/python-tornado/examples
diff options
context:
space:
mode:
Diffstat (limited to 'python-tornado/examples')
-rw-r--r--python-tornado/examples/publish-example.py2
-rw-r--r--python-tornado/examples/subscribe-example.py2
-rw-r--r--python-tornado/examples/uuid-example.py1
3 files changed, 0 insertions, 5 deletions
diff --git a/python-tornado/examples/publish-example.py b/python-tornado/examples/publish-example.py
index 38d713c..b02c41f 100644
--- a/python-tornado/examples/publish-example.py
+++ b/python-tornado/examples/publish-example.py
@@ -11,8 +11,6 @@
import sys
from twisted.internet import reactor
-sys.path.append('../')
-sys.path.append('../../')
from Pubnub import Pubnub
publish_key = len(sys.argv) > 1 and sys.argv[1] or 'demo'
diff --git a/python-tornado/examples/subscribe-example.py b/python-tornado/examples/subscribe-example.py
index 34ee886..0724fa9 100644
--- a/python-tornado/examples/subscribe-example.py
+++ b/python-tornado/examples/subscribe-example.py
@@ -11,8 +11,6 @@
import sys
import tornado
-sys.path.append('../')
-sys.path.append('../..')
from Pubnub import Pubnub
publish_key = len(sys.argv) > 1 and sys.argv[1] or 'demo'
diff --git a/python-tornado/examples/uuid-example.py b/python-tornado/examples/uuid-example.py
index 33e19f8..a1cabf6 100644
--- a/python-tornado/examples/uuid-example.py
+++ b/python-tornado/examples/uuid-example.py
@@ -11,7 +11,6 @@
import sys
import tornado
-sys.path.append('../')
from Pubnub import Pubnub
## -----------------------------------------------------------------------