aboutsummaryrefslogtreecommitdiffstats
path: root/python-tornado/tests/test_publish_async.py
diff options
context:
space:
mode:
Diffstat (limited to 'python-tornado/tests/test_publish_async.py')
-rw-r--r--python-tornado/tests/test_publish_async.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-tornado/tests/test_publish_async.py b/python-tornado/tests/test_publish_async.py
index 391297d..1f442ed 100644
--- a/python-tornado/tests/test_publish_async.py
+++ b/python-tornado/tests/test_publish_async.py
@@ -1,6 +1,6 @@
-from Pubnub import PubnubTwisted as Pubnub
+from pubnub import PubnubTwisted as Pubnub
import time
pubnub = Pubnub("demo","demo")