diff options
| author | Devendra | 2014-06-15 10:38:53 +0530 | 
|---|---|---|
| committer | Devendra | 2014-06-15 10:38:53 +0530 | 
| commit | ac1ea5ddff5aa8615788ab784656b44d6a664100 (patch) | |
| tree | e24e7f17e813b00b365978b4e5f00217994829b2 /python | |
| parent | 019d8f390dc6472a223e6ab9b2f159cd1cd20e4e (diff) | |
| download | pubnub-python-ac1ea5ddff5aa8615788ab784656b44d6a664100.tar.bz2 | |
adding interpreter header
Diffstat (limited to 'python')
| -rw-r--r-- | python/examples/pubnub-console/pubnub-console | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/python/examples/pubnub-console/pubnub-console b/python/examples/pubnub-console/pubnub-console index bf82b5f..058253f 100644 --- a/python/examples/pubnub-console/pubnub-console +++ b/python/examples/pubnub-console/pubnub-console @@ -1,3 +1,5 @@ +#!/usr/bin/python +  ## www.pubnub.com - PubNub Real-time push service in the cloud.  # coding=utf8 | 
