https://bugzilla.wikimedia.org/show_bug.cgi?id=61231

--- Comment #2 from Merlijn van Deen <[email protected]> ---
We can either replace it by OSError, or add

try:
    WindowsError
except NameError:
    class WindowError(OSError):
        pass

somewhere on top (or in pywikibot.exceptions?)

-- 
You are receiving this mail because:
You are the assignee for the bug.

_______________________________________________
Pywikipedia-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikipedia-bugs

Reply via email to