diff options
| author | Devendra | 2013-02-25 22:18:51 +0530 |
|---|---|---|
| committer | Devendra | 2013-02-25 22:18:51 +0530 |
| commit | 12aee359893dcdfee2c958ef4c8c98b493b267e6 (patch) | |
| tree | 33418571eaff8e5d99adf0ed32f5e760c2a73321 /python | |
| parent | b4258b8b05544cb1a730550cbc1d87c6ef12eea6 (diff) | |
| download | pubnub-python-12aee359893dcdfee2c958ef4c8c98b493b267e6.tar.bz2 | |
removing path append, need to use PYTHONPATH when running examples or tests from command line
Diffstat (limited to 'python')
| -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 |
