aboutsummaryrefslogtreecommitdiffstats
path: root/python/examples/pubnub-console
diff options
context:
space:
mode:
authorDevendra2014-05-15 12:06:49 +0530
committerDevendra2014-05-15 12:06:49 +0530
commit9dda9200997330b686bdb26495bed1023a1d8f7e (patch)
treed70c56cd2228c061821595bcf9e02ecc261ba34e /python/examples/pubnub-console
parentca4b031be0c0964fd1dbfa952f23c5537ca02336 (diff)
downloadpubnub-python-9dda9200997330b686bdb26495bed1023a1d8f7e.tar.bz2
adding sync and async tests for grant and revoke
Diffstat (limited to 'python/examples/pubnub-console')
-rw-r--r--python/examples/pubnub-console/pubnub-console2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/pubnub-console/pubnub-console b/python/examples/pubnub-console/pubnub-console
index a12c77f..7276fb9 100644
--- a/python/examples/pubnub-console/pubnub-console
+++ b/python/examples/pubnub-console/pubnub-console
@@ -9,7 +9,7 @@
import sys
-from Pubnub import PubnubAsync as Pubnub
+from Pubnub import Pubnub
import threading
from datetime import datetime