Grr, splittag was also missing from __all__.

This commit is contained in:
Jack Jansen 2001-03-05 13:45:38 +00:00
parent 49985638fa
commit 282fed1363

View File

@ -30,7 +30,7 @@ import types
__all__ = ["urlopen", "URLopener", "FancyURLopener", "urlretrieve",
"urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus",
"urlencode", "url2pathname", "pathname2url"]
"urlencode", "url2pathname", "pathname2url", "splittag"]
__version__ = '1.15' # XXX This version is not always updated :-(