diff options
Diffstat (limited to 'python-twisted/examples/uuid-example.py')
| -rw-r--r-- | python-twisted/examples/uuid-example.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/python-twisted/examples/uuid-example.py b/python-twisted/examples/uuid-example.py index 94840e0..581051b 100644 --- a/python-twisted/examples/uuid-example.py +++ b/python-twisted/examples/uuid-example.py @@ -1,4 +1,4 @@ -## www.pubnub.com - PubNub Real-time push service in the cloud.  +## www.pubnub.com - PubNub Real-time push service in the cloud.  # coding=utf8  ## PubNub Real-time Push APIs and Notifications Framework @@ -17,7 +17,7 @@ from Pubnub import Pubnub  ## -----------------------------------------------------------------------  ## Initiate Pubnub State  ## ----------------------------------------------------------------------- -pubnub = Pubnub( "", "", "", False ) +pubnub = Pubnub("", "", "", False)  ## -----------------------------------------------------------------------  ## UUID Example | 
