aboutsummaryrefslogtreecommitdiffstats
path: root/python-tornado/tests/unit-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'python-tornado/tests/unit-tests.py')
-rw-r--r--python-tornado/tests/unit-tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-tornado/tests/unit-tests.py b/python-tornado/tests/unit-tests.py
index 0069a5c..b00f2b7 100644
--- a/python-tornado/tests/unit-tests.py
+++ b/python-tornado/tests/unit-tests.py
@@ -3,7 +3,7 @@ import sys
from PubnubUnitTest import Suite
-from Pubnub import Pubnub
+from Pubnub import PubnubTwisted as Pubnub
pubnub = Pubnub("demo", "demo")