diff options
Diffstat (limited to 'python-tornado/examples/subscribe-example.py')
| -rw-r--r-- | python-tornado/examples/subscribe-example.py | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/python-tornado/examples/subscribe-example.py b/python-tornado/examples/subscribe-example.py index 34ee886..0724fa9 100644 --- a/python-tornado/examples/subscribe-example.py +++ b/python-tornado/examples/subscribe-example.py @@ -11,8 +11,6 @@  import sys  import tornado -sys.path.append('../') -sys.path.append('../..')  from Pubnub import Pubnub  publish_key = len(sys.argv) > 1 and sys.argv[1] or 'demo' | 
