From 93379625e26c98a8cfab72c106ae40819843f956 Mon Sep 17 00:00:00 2001 From: Devendra Date: Thu, 24 Apr 2014 00:35:10 +0530 Subject: remove relative imports --- python-twisted/examples/publish-example.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'python-twisted/examples/publish-example.py') diff --git a/python-twisted/examples/publish-example.py b/python-twisted/examples/publish-example.py index 6b5b19a..5d6cc29 100644 --- a/python-twisted/examples/publish-example.py +++ b/python-twisted/examples/publish-example.py @@ -11,8 +11,6 @@ import sys from twisted.internet import reactor -sys.path.append('../') -sys.path.append('../../') from Pubnub import Pubnub publish_key = len(sys.argv) > 1 and sys.argv[1] or 'demo' -- cgit v1.2.3