diff options
Diffstat (limited to 'python-tornado/examples')
| -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' | 
