# HG changeset patch # User Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> # Date 1295524381 -3600 # Node ID 1e7b883645a32e341db6a9ea9d086b75e6e7b309 # Parent 6d391ad4fd6aad01bdd53f91f06863e2cf7579bc remove unecessary comments diff -r 6d391ad4fd6a -r 1e7b883645a3 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: