diff options
| author | Devendra | 2015-06-16 14:10:23 +0530 | 
|---|---|---|
| committer | Devendra | 2015-06-16 14:10:23 +0530 | 
| commit | 2ed5ac76e9719d3ba53ed9f7245c53e37347bddd (patch) | |
| tree | f71254af529c39657fcb70ea96155c390bd3f234 /python-twisted/tests | |
| parent | 260d5fce4bf9f03f34584773dcac5f1d952a0d85 (diff) | |
| download | pubnub-python-2ed5ac76e9719d3ba53ed9f7245c53e37347bddd.tar.bz2 | |
changing Pubnub to pubnub in files
Diffstat (limited to 'python-twisted/tests')
| -rw-r--r-- | python-twisted/tests/benchmark.py | 2 | ||||
| -rw-r--r-- | python-twisted/tests/delivery.py | 2 | ||||
| -rwxr-xr-x | python-twisted/tests/subscribe-test.py | 2 | ||||
| -rw-r--r-- | python-twisted/tests/test_grant_async.py | 2 | ||||
| -rw-r--r-- | python-twisted/tests/test_publish_async.py | 2 | ||||
| -rw-r--r-- | python-twisted/tests/unit-test-full.py | 2 | 
6 files changed, 6 insertions, 6 deletions
| diff --git a/python-twisted/tests/benchmark.py b/python-twisted/tests/benchmark.py index b6477c0..1d5f914 100644 --- a/python-twisted/tests/benchmark.py +++ b/python-twisted/tests/benchmark.py @@ -12,7 +12,7 @@  import sys  import datetime  from twisted.internet import reactor -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' diff --git a/python-twisted/tests/delivery.py b/python-twisted/tests/delivery.py index 30ce55f..46690f8 100644 --- a/python-twisted/tests/delivery.py +++ b/python-twisted/tests/delivery.py @@ -14,7 +14,7 @@ import datetime  import time  import math -from Pubnub import PubnubTwisted as Pubnub +from pubnub import PubnubTwisted as Pubnub  ## -----------------------------------------------------------------------  ## Configuration diff --git a/python-twisted/tests/subscribe-test.py b/python-twisted/tests/subscribe-test.py index ba74992..2f4c208 100755 --- a/python-twisted/tests/subscribe-test.py +++ b/python-twisted/tests/subscribe-test.py @@ -11,7 +11,7 @@  import sys  import datetime -from Pubnub import PubnubTwisted as Pubnub +from pubnub import PubnubTwisted as Pubnub  from functools import partial  from threading import current_thread  import threading diff --git a/python-twisted/tests/test_grant_async.py b/python-twisted/tests/test_grant_async.py index 5b33b11..0f79570 100644 --- a/python-twisted/tests/test_grant_async.py +++ b/python-twisted/tests/test_grant_async.py @@ -1,6 +1,6 @@ -from Pubnub import PubnubTwisted as Pubnub +from pubnub import PubnubTwisted as Pubnub  import time  pubnub = Pubnub("demo","demo") diff --git a/python-twisted/tests/test_publish_async.py b/python-twisted/tests/test_publish_async.py index 391297d..1f442ed 100644 --- a/python-twisted/tests/test_publish_async.py +++ b/python-twisted/tests/test_publish_async.py @@ -1,6 +1,6 @@ -from Pubnub import PubnubTwisted as Pubnub +from pubnub import PubnubTwisted as Pubnub  import time  pubnub = Pubnub("demo","demo") 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' | 
