aboutsummaryrefslogtreecommitdiffstats
path: root/python/examples
diff options
context:
space:
mode:
authorDevendra2014-06-17 00:58:40 +0530
committerDevendra2014-06-17 00:58:40 +0530
commit30202de8be4ba24f4fba8dda4b3f28f6ee6600aa (patch)
tree1a7933ad65111c1f19f99c716f9cdd0dfa379f2d /python/examples
parent819dbedf0904b81e866ea6d27219608167d8b8ca (diff)
downloadpubnub-python-30202de8be4ba24f4fba8dda4b3f28f6ee6600aa.tar.bz2
readme changes
Diffstat (limited to 'python/examples')
-rwxr-xr-xpython/examples/dev-console.py2
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