diff options
| author | Devendra | 2014-06-17 00:58:40 +0530 | 
|---|---|---|
| committer | Devendra | 2014-06-17 00:58:40 +0530 | 
| commit | 30202de8be4ba24f4fba8dda4b3f28f6ee6600aa (patch) | |
| tree | 1a7933ad65111c1f19f99c716f9cdd0dfa379f2d /python/examples | |
| parent | 819dbedf0904b81e866ea6d27219608167d8b8ca (diff) | |
| download | pubnub-python-30202de8be4ba24f4fba8dda4b3f28f6ee6600aa.tar.bz2 | |
readme changes
Diffstat (limited to 'python/examples')
| -rwxr-xr-x | python/examples/dev-console.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/python/examples/dev-console.py b/python/examples/dev-console.py index 5bdbe8c..134d2e7 100755 --- a/python/examples/dev-console.py +++ b/python/examples/dev-console.py @@ -6,7 +6,7 @@  ## http://www.pubnub.com/  import sys -from Pubnub import PubnubAsync as Pubnub +from Pubnub import Pubnub  from optparse import OptionParser | 
