diff options
Diffstat (limited to 'python-tornado/tests/unit-tests.py')
| -rw-r--r-- | python-tornado/tests/unit-tests.py | 2 | 
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") | 
