From c98286f500b77dcf426367df0b688f536b77ea9b Mon Sep 17 00:00:00 2001 From: Devendra Date: Thu, 24 Apr 2014 01:33:45 +0530 Subject: fixing imports --- python/tests/subscribe-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tests/subscribe-test.py') diff --git a/python/tests/subscribe-test.py b/python/tests/subscribe-test.py index a2bafde..a1b1826 100755 --- a/python/tests/subscribe-test.py +++ b/python/tests/subscribe-test.py @@ -11,7 +11,7 @@ import sys import datetime -from Pubnub import Pubnub +from Pubnub import PubnubAsync as Pubnub from functools import partial from threading import current_thread import threading -- cgit v1.2.3