diff options
Diffstat (limited to 'python-twisted/examples/here-now-example.py')
| -rw-r--r-- | python-twisted/examples/here-now-example.py | 2 |
1 files changed, 0 insertions, 2 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' |
