Removed strange proxy variable affectation to None :-/ ZTK-1.1
authorThierry Florac <tflorac@ulthar.net>
Wed, 04 Jul 2012 08:23:44 +0200
branchZTK-1.1
changeset 159 6404eb9f238d
parent 158 8d08f0900624
child 160 5fdc01c95cad
Removed strange proxy variable affectation to None :-/
src/ztfy/utils/protocol/http.py
--- a/src/ztfy/utils/protocol/http.py	Mon Jul 02 18:32:02 2012 +0200
+++ b/src/ztfy/utils/protocol/http.py	Wed Jul 04 08:23:44 2012 +0200
@@ -58,7 +58,6 @@
                                             proxy_rdns=self.rdns,
                                             proxy_user=self.proxy_auth and self.proxy_auth[0] or None,
                                             proxy_pass=self.proxy_auth and self.proxy_auth[1] or None)
-            proxy_info = None
         else:
             proxy_info = None
         http = httplib2.Http(timeout=self.timeout, proxy_info=proxy_info)