diff options
Diffstat (limited to 'python-tornado/examples/uuid-example.py')
| -rw-r--r-- | python-tornado/examples/uuid-example.py | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/python-tornado/examples/uuid-example.py b/python-tornado/examples/uuid-example.py index f24671b..33e19f8 100644 --- a/python-tornado/examples/uuid-example.py +++ b/python-tornado/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 @@ -25,4 +25,3 @@ pubnub = Pubnub( "", "", "", False )  uuid = pubnub.uuid()  print "UUID: "  print uuid - | 
