diff options
| author | Devendra | 2013-02-24 03:23:01 +0530 | 
|---|---|---|
| committer | Devendra | 2013-02-24 03:23:01 +0530 | 
| commit | 90224d02e5f2400fb277217342ffa5cd4a7cb2c6 (patch) | |
| tree | 98dafcf7f075ce87c232d7bacb414e4805dbc714 /python-twisted/examples | |
| parent | 7d76f9d0d9c04c2fbc7740a08122fdc4c5622fa3 (diff) | |
| download | pubnub-python-90224d02e5f2400fb277217342ffa5cd4a7cb2c6.tar.bz2 | |
saving work
Diffstat (limited to 'python-twisted/examples')
| -rw-r--r-- | python-twisted/examples/publish-example.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/python-twisted/examples/publish-example.py b/python-twisted/examples/publish-example.py index 4a5baf6..9c3be60 100644 --- a/python-twisted/examples/publish-example.py +++ b/python-twisted/examples/publish-example.py @@ -12,6 +12,7 @@  import sys  from twisted.internet import reactor  sys.path.append('../') +sys.path.append('../../')  from Pubnub import Pubnub  publish_key   = len(sys.argv) > 1 and sys.argv[1] or 'demo' | 
