diff options
| author | Devendra | 2013-10-06 17:38:16 +0530 | 
|---|---|---|
| committer | Devendra | 2013-10-06 17:38:16 +0530 | 
| commit | 52c51378b4647911a64c8d4b1c759756d4930d4b (patch) | |
| tree | 417baaf78907f8d2a179816c8a8dbac26f89c43e /python-tornado/examples/publish-example.py | |
| parent | 7ec3bbe414abe58072fda63f4f9c801f77b292e1 (diff) | |
| download | pubnub-python-52c51378b4647911a64c8d4b1c759756d4930d4b.tar.bz2 | |
included changes of pull request # 4TR-89.88.56.47.55
Diffstat (limited to 'python-tornado/examples/publish-example.py')
| -rw-r--r-- | python-tornado/examples/publish-example.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/python-tornado/examples/publish-example.py b/python-tornado/examples/publish-example.py index 72f2586..b9eaa15 100644 --- a/python-tornado/examples/publish-example.py +++ b/python-tornado/examples/publish-example.py @@ -13,6 +13,7 @@ import sys  import tornado  sys.path.append('../')  sys.path.append('../..') +sys.path.append('../../common')  from Pubnub import Pubnub  publish_key   = len(sys.argv) > 1 and sys.argv[1] or 'demo' | 
