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