Kaydet (Commit) 64de1a4b authored tarafından Skip Montanaro's avatar Skip Montanaro

add errorTab to __all__ on win*

closes bug #406642
üst 8f4eab23
......@@ -79,6 +79,7 @@ if sys.platform.lower().startswith("win"):
errorTab[10063] = "The name is too long."
errorTab[10064] = "The host is down."
errorTab[10065] = "The host is unreachable."
__all__.append("errorTab")
del os, sys
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment