aboutsummaryrefslogtreecommitdiffstats
path: root/python-twisted/examples/uuid-example.py
diff options
context:
space:
mode:
Diffstat (limited to 'python-twisted/examples/uuid-example.py')
-rw-r--r--python-twisted/examples/uuid-example.py27
1 files changed, 0 insertions, 27 deletions
diff --git a/python-twisted/examples/uuid-example.py b/python-twisted/examples/uuid-example.py
deleted file mode 100644
index a745088..0000000
--- a/python-twisted/examples/uuid-example.py
+++ /dev/null
@@ -1,27 +0,0 @@
-## 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.1 Real-time Push Cloud API
-## -----------------------------------
-
-import sys
-from twisted.internet import reactor
-from Pubnub import PubnubTwisted as Pubnub
-
-## -----------------------------------------------------------------------
-## Initiate Pubnub State
-## -----------------------------------------------------------------------
-pubnub = Pubnub("", "", "", False)
-
-## -----------------------------------------------------------------------
-## UUID Example
-## -----------------------------------------------------------------------
-
-uuid = pubnub.uuid()
-print "UUID: "
-print uuid