[Python-checkins] r88921 - tracker/instances/python-dev/lib/openid2rp.py

martin.v.loewis python-checkins at python.org
Fri Nov 25 01:21:51 CET 2011


Author: martin.v.loewis
Date: Fri Nov 25 01:21:51 2011
New Revision: 88921

Log:
Fix typo.


Modified:
   tracker/instances/python-dev/lib/openid2rp.py

Modified: tracker/instances/python-dev/lib/openid2rp.py
==============================================================================
--- tracker/instances/python-dev/lib/openid2rp.py	(original)
+++ tracker/instances/python-dev/lib/openid2rp.py	Fri Nov 25 01:21:51 2011
@@ -47,7 +47,7 @@
         def getcode(self):
             return self.code
 
-    class FancyURLOpener(urllib.FancyURLopener):
+    class FancyURLopener(urllib.FancyURLopener):
         def http_error_default(self, url, fp, errcode, errmsg, headers):
             return _addinfourl(fp, headers, "http:" + url, errcode)
 else:


More information about the Python-checkins mailing list