pegasy / python-ntlm

Automatically exported from code.google.com/p/python-ntlm
0 stars 0 forks source link

global name 'URLError' is not defined #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using trunk.

In file "ntlm/HTTPNtlmAuthHandler.py", line 82
"raise URLError(err)" should be replaced by "raise urllib2.URLError(err)"

Original issue reported on code.google.com by fre...@gmail.com on 27 Jan 2009 at 3:49

GoogleCodeExporter commented 9 years ago
fixed in revision: 13  (r13)
please verify

Original comment by Matthijs.Mullender on 29 Jan 2009 at 8:55