diff options
Diffstat (limited to 'python-twisted/tests/unit-test-full.py')
| -rw-r--r-- | python-twisted/tests/unit-test-full.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/python-twisted/tests/unit-test-full.py b/python-twisted/tests/unit-test-full.py index 3aecf12..2335ef6 100644 --- a/python-twisted/tests/unit-test-full.py +++ b/python-twisted/tests/unit-test-full.py @@ -18,7 +18,7 @@  ## -----------------------------------  import sys -from Pubnub import PubnubTwisted as Pubnub +from pubnub import PubnubTwisted 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' | 
