diff options
Diffstat (limited to 'python/3.3/Pubnub.py')
| -rw-r--r-- | python/3.3/Pubnub.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/python/3.3/Pubnub.py b/python/3.3/Pubnub.py index 5df77d5..e806f9b 100644 --- a/python/3.3/Pubnub.py +++ b/python/3.3/Pubnub.py @@ -12,7 +12,6 @@  try: import json  except ImportError: import simplejson as json  import sys -sys.path.append('../..')  import time  import hashlib  import urllib2 | 
