aboutsummaryrefslogtreecommitdiffstats
path: root/python/examples/subscribe-example.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples/subscribe-example.py')
-rwxr-xr-xpython/examples/subscribe-example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/subscribe-example.py b/python/examples/subscribe-example.py
index 0b1c949..9c16bbe 100755
--- a/python/examples/subscribe-example.py
+++ b/python/examples/subscribe-example.py
@@ -3,7 +3,7 @@ import threading
import time
import random
import string
-from Pubnub import Pubnub
+from Pubnub import PubnubAsync as Pubnub
## Initiate Class
pubnub = Pubnub('demo', 'demo', None, False)