diff options
Diffstat (limited to 'python-twisted/unassembled')
| -rw-r--r-- | python-twisted/unassembled/Platform.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/python-twisted/unassembled/Platform.py b/python-twisted/unassembled/Platform.py index 3b84b30..5268446 100644 --- a/python-twisted/unassembled/Platform.py +++ b/python-twisted/unassembled/Platform.py @@ -44,6 +44,7 @@ class Pubnub(PubnubCoreAsync):          self.headers['User-Agent'] = ['Python-Twisted']          #self.headers['Accept-Encoding'] = [self.accept_encoding]          self.headers['V'] = [self.version] +        self._channel_list_lock = None      def _request( self, request, callback, single=False ) :          global pnconn_pool | 
