diff options
Diffstat (limited to 'python/examples/publish-example.py')
| -rwxr-xr-x | python/examples/publish-example.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/examples/publish-example.py b/python/examples/publish-example.py index ebf3c73..69ea053 100755 --- a/python/examples/publish-example.py +++ b/python/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' |
