From 09d6ea1fa20f87dc648740ffb2a70f67e7e4efa9 Mon Sep 17 00:00:00 2001 From: Devendra Date: Wed, 25 Sep 2013 13:51:19 +0530 Subject: combining into Pubnub.py, added common async unit test method --- python/examples/history-example.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/examples') 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 -- cgit v1.2.3