diff options
| author | Devendra | 2014-05-15 12:06:49 +0530 | 
|---|---|---|
| committer | Devendra | 2014-05-15 12:06:49 +0530 | 
| commit | 9dda9200997330b686bdb26495bed1023a1d8f7e (patch) | |
| tree | d70c56cd2228c061821595bcf9e02ecc261ba34e /python/examples/subscribe.py | |
| parent | ca4b031be0c0964fd1dbfa952f23c5537ca02336 (diff) | |
| download | pubnub-python-9dda9200997330b686bdb26495bed1023a1d8f7e.tar.bz2 | |
adding sync and async tests for grant and revoke
Diffstat (limited to 'python/examples/subscribe.py')
| -rw-r--r-- | python/examples/subscribe.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/python/examples/subscribe.py b/python/examples/subscribe.py index 6cf93b1..9b8b223 100644 --- a/python/examples/subscribe.py +++ b/python/examples/subscribe.py @@ -7,7 +7,7 @@  import sys -from Pubnub import PubnubAsync as Pubnub +from Pubnub import 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' | 
