id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
8939,[patch] Fix for "mgr" not found error in http.py,mwehr,hasienda,Hi_\r\n\r\nAttached you will find a fix for a small bug in http.py\r\n\r\n{{{\r\nIndex: http.py\r\n===================================================================\r\n--- http.py	(revision 332)\r\n+++ http.py	(revision 333)\r\n@@ -25_8 +25_8 @@\r\n         doc = N_("URL of the HTTP authentication service"))\r\n \r\n     def check_password(self_ user_ password):\r\n-        acctmgr = HTTPPasswordMgrWithDefaultRealm()\r\n-        acctmgr.add_password(None_ self.auth_url_ user_ password)\r\n+        mgr= HTTPPasswordMgrWithDefaultRealm()\r\n+        mgr.add_password(None_ self.auth_url_ user_ password)\r\n         try:\r\n             build_opener(HTTPBasicAuthHandler(mgr)_\r\n                          HTTPDigestAuthHandler(mgr)).open(self.auth_url)\r\n}}}\r\n\r\nregards\r\n\r\nMario,defect,closed,high,AccountManagerPlugin,normal,fixed,,,0.12
