diff options
Diffstat (limited to 'python-twisted/examples')
| -rw-r--r-- | python-twisted/examples/here-now-example.py | 2 | ||||
| -rw-r--r-- | python-twisted/examples/history-example.py | 1 | ||||
| -rw-r--r-- | python-twisted/examples/publish-example.py | 2 | ||||
| -rw-r--r-- | python-twisted/examples/subscribe-example.py | 1 | ||||
| -rw-r--r-- | python-twisted/examples/uuid-example.py | 1 |
5 files changed, 0 insertions, 7 deletions
diff --git a/python-twisted/examples/here-now-example.py b/python-twisted/examples/here-now-example.py index 14f45c4..0f34f36 100644 --- a/python-twisted/examples/here-now-example.py +++ b/python-twisted/examples/here-now-example.py @@ -10,8 +10,6 @@ ## ----------------------------------- import sys -sys.path.append('..') -sys.path.append('../../common') from Pubnub import Pubnub publish_key = len(sys.argv) > 1 and sys.argv[1] or 'demo' diff --git a/python-twisted/examples/history-example.py b/python-twisted/examples/history-example.py index f128cd7..72c7445 100644 --- a/python-twisted/examples/history-example.py +++ b/python-twisted/examples/history-example.py @@ -11,7 +11,6 @@ import sys from twisted.internet import reactor -sys.path.append('../') from Pubnub import Pubnub publish_key = len(sys.argv) > 1 and sys.argv[1] or 'demo' diff --git a/python-twisted/examples/publish-example.py b/python-twisted/examples/publish-example.py index 6b5b19a..5d6cc29 100644 --- a/python-twisted/examples/publish-example.py +++ b/python-twisted/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-twisted/examples/subscribe-example.py b/python-twisted/examples/subscribe-example.py index 168a2d2..b261b0d 100644 --- a/python-twisted/examples/subscribe-example.py +++ b/python-twisted/examples/subscribe-example.py @@ -11,7 +11,6 @@ import sys from twisted.internet import reactor -sys.path.append('../') from Pubnub import Pubnub publish_key = len(sys.argv) > 1 and sys.argv[1] or 'demo' diff --git a/python-twisted/examples/uuid-example.py b/python-twisted/examples/uuid-example.py index 581051b..840f48c 100644 --- a/python-twisted/examples/uuid-example.py +++ b/python-twisted/examples/uuid-example.py @@ -11,7 +11,6 @@ import sys from twisted.internet import reactor -sys.path.append('../') from Pubnub import Pubnub ## ----------------------------------------------------------------------- |
