Commit e0220783 authored by Skip Montanaro's avatar Skip Montanaro

oops - export InvalidURL in __all__

parent 9475d4f8
...@@ -79,7 +79,7 @@ except ImportError: ...@@ -79,7 +79,7 @@ except ImportError:
__all__ = ["HTTP", "HTTPResponse", "HTTPConnection", "HTTPSConnection", __all__ = ["HTTP", "HTTPResponse", "HTTPConnection", "HTTPSConnection",
"HTTPException", "NotConnected", "UnknownProtocol", "HTTPException", "NotConnected", "UnknownProtocol",
"UnknownTransferEncoding", "IllegalKeywordArgument", "UnknownTransferEncoding", "IllegalKeywordArgument",
"UnimplementedFileMode", "IncompleteRead", "UnimplementedFileMode", "IncompleteRead", "InvalidURL",
"ImproperConnectionState", "CannotSendRequest", "CannotSendHeader", "ImproperConnectionState", "CannotSendRequest", "CannotSendHeader",
"ResponseNotReady", "BadStatusLine", "error"] "ResponseNotReady", "BadStatusLine", "error"]
......
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