oops - export InvalidURL in __all__

This commit is contained in:
Skip Montanaro 2002-03-24 16:56:45 +00:00
parent 1e962cb61b
commit f3f87f743e

View File

@ -79,7 +79,7 @@ except ImportError:
__all__ = ["HTTP", "HTTPResponse", "HTTPConnection", "HTTPSConnection",
"HTTPException", "NotConnected", "UnknownProtocol",
"UnknownTransferEncoding", "IllegalKeywordArgument",
"UnimplementedFileMode", "IncompleteRead",
"UnimplementedFileMode", "IncompleteRead", "InvalidURL",
"ImproperConnectionState", "CannotSendRequest", "CannotSendHeader",
"ResponseNotReady", "BadStatusLine", "error"]