diff options
Diffstat (limited to 'python/tests')
| -rwxr-xr-x | python/tests/detailed-history-unit-test.py | 2 | ||||
| -rwxr-xr-x | python/tests/subscribe-test.py | 2 | ||||
| -rwxr-xr-x | python/tests/unit-test.py | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/python/tests/detailed-history-unit-test.py b/python/tests/detailed-history-unit-test.py index 9663de9..fd2c81a 100755 --- a/python/tests/detailed-history-unit-test.py +++ b/python/tests/detailed-history-unit-test.py @@ -10,7 +10,7 @@  ## -----------------------------------  import sys -from Pubnub import Pubnub +from Pubnub import PubnubAsync as Pubnub  import unittest as unittest 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 diff --git a/python/tests/unit-test.py b/python/tests/unit-test.py index a9a462c..a48cbd3 100755 --- a/python/tests/unit-test.py +++ b/python/tests/unit-test.py @@ -10,7 +10,7 @@  ## -----------------------------------  import sys -from Pubnub import Pubnub +from Pubnub import PubnubAsync as Pubnub  publish_key = len(sys.argv) > 1 and sys.argv[1] or 'demo'  subscribe_key = len(sys.argv) > 2 and sys.argv[2] or 'demo' | 
