aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/unit-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/unit-test.py')
-rwxr-xr-xpython/tests/unit-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/unit-test.py b/python/tests/unit-test.py
index a9a462c..a48cbd3 100755
--- a/python/tests/unit-test.py
+++ b/python/tests/unit-test.py
@@ -10,7 +10,7 @@
## -----------------------------------
import sys
-from Pubnub import Pubnub
+from Pubnub import PubnubAsync as 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'