diff options
Diffstat (limited to 'python-tornado/examples/here-now-example.py')
| -rw-r--r-- | python-tornado/examples/here-now-example.py | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/python-tornado/examples/here-now-example.py b/python-tornado/examples/here-now-example.py index 6e69d53..c701daf 100644 --- a/python-tornado/examples/here-now-example.py +++ b/python-tornado/examples/here-now-example.py @@ -10,9 +10,7 @@  ## -----------------------------------  import sys -sys.path.append('..') -sys.path.append('../../common') -from Pubnub import Pubnub +from Pubnub import PubnubTornado as Pubnub  publish_key = len(sys.argv) > 1 and sys.argv[1] or 'demo'  subscribe_key = len(sys.argv) > 2 and sys.argv[2] or 'demo' | 
