diff options
Diffstat (limited to 'python/examples/history-example.py')
| -rwxr-xr-x | python/examples/history-example.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/python/examples/history-example.py b/python/examples/history-example.py index cedf69e..c7c9547 100755 --- a/python/examples/history-example.py +++ b/python/examples/history-example.py @@ -1,3 +1,5 @@ +import sys +sys.path.append('../')  from Pubnub import Pubnub  ## Initiat Class | 
