From c98286f500b77dcf426367df0b688f536b77ea9b Mon Sep 17 00:00:00 2001 From: Devendra Date: Thu, 24 Apr 2014 01:33:45 +0530 Subject: fixing imports --- python-tornado/tests/unit-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python-tornado/tests/unit-tests.py') 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") -- cgit v1.2.3