remove unecessary comments
authorYves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 20 Jan 2011 12:53:01 +0100
changeset 17 1e7b883645a3
parent 16 6d391ad4fd6a
child 18 bd595ad770fc
remove unecessary comments
script/lib/tweetstream/tweetstream/__init__.py
--- a/script/lib/tweetstream/tweetstream/__init__.py	Thu Jan 20 12:35:11 2011 +0100
+++ b/script/lib/tweetstream/tweetstream/__init__.py	Thu Jan 20 12:53:01 2011 +0100
@@ -145,7 +145,6 @@
         req = urllib2.Request(self.url, urllib.urlencode(params) , headers)
 
         try:
-            #self._conn = opener.open(req)
             self._conn = urllib2.urlopen(req)
         except urllib2.HTTPError, exception:
             if exception.code == 401: