diff options
| author | Devendra | 2014-04-24 00:35:10 +0530 | 
|---|---|---|
| committer | Devendra | 2014-04-24 00:35:10 +0530 | 
| commit | 93379625e26c98a8cfab72c106ae40819843f956 (patch) | |
| tree | fafb0b0a0f01dbf6bbea256970a22eca49037e7f /python-twisted/examples/history-example.py | |
| parent | 493e29a108255eb3ae3166dc920f40e2f4e5c4c4 (diff) | |
| download | pubnub-python-93379625e26c98a8cfab72c106ae40819843f956.tar.bz2 | |
remove relative imports
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' | 
