From e5f767f964b651698812f19d33f5223b9a2ed508 Mon Sep 17 00:00:00 2001 From: Devendra Date: Fri, 5 Jul 2013 22:14:19 +0530 Subject: dir structure reorg --- python/3.2/history-example.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 python/3.2/history-example.py (limited to 'python/3.2/history-example.py') diff --git a/python/3.2/history-example.py b/python/3.2/history-example.py deleted file mode 100755 index cedf69e..0000000 --- a/python/3.2/history-example.py +++ /dev/null @@ -1,12 +0,0 @@ -from Pubnub import Pubnub - -## Initiat Class -pubnub = Pubnub( 'demo', 'demo', None, False ) - -## History Example -history = pubnub.history({ - 'channel' : 'hello_world', - 'limit' : 1 -}) -print(history) - -- cgit v1.2.3