aboutsummaryrefslogtreecommitdiffstats
path: root/common/PubnubBase.py
diff options
context:
space:
mode:
authorDevendra2013-09-25 13:51:19 +0530
committerDevendra2013-09-25 13:51:19 +0530
commit09d6ea1fa20f87dc648740ffb2a70f67e7e4efa9 (patch)
treeb1121f01efe49709a85a33f956f1ea572fda4eea /common/PubnubBase.py
parent2c77bdb1d0725d7203ce7ce94ec675de750974b0 (diff)
downloadpubnub-python-09d6ea1fa20f87dc648740ffb2a70f67e7e4efa9.tar.bz2
combining into Pubnub.py, added common async unit test methodCL-9603
Diffstat (limited to 'common/PubnubBase.py')
-rw-r--r--common/PubnubBase.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/common/PubnubBase.py b/common/PubnubBase.py
index 0c4efef..64d43ed 100644
--- a/common/PubnubBase.py
+++ b/common/PubnubBase.py
@@ -1,14 +1,3 @@
-## www.pubnub.com - PubNub Real-time push service in the cloud.
-# coding=utf8
-
-## PubNub Real-time Push APIs and Notifications Framework
-## Copyright (c) 2010 Stephen Blum
-## http://www.pubnub.com/
-
-## -----------------------------------
-## PubNub 3.3.4 Real-time Push Cloud API
-## -----------------------------------
-
try: import json
except ImportError: import simplejson as json
@@ -16,7 +5,6 @@ import time
import hashlib
import urllib2
import uuid
-from PubnubCrypto import PubnubCrypto
class PubnubBase(object):
def __init__(