Added url2pathname and pathname2url to __all__.
This commit is contained in:
parent
f25cf6ccea
commit
49985638fa
|
@ -30,7 +30,7 @@ import types
|
|||
|
||||
__all__ = ["urlopen", "URLopener", "FancyURLopener", "urlretrieve",
|
||||
"urlcleanup", "quote", "quote_plus", "unquote", "unquote_plus",
|
||||
"urlencode"]
|
||||
"urlencode", "url2pathname", "pathname2url"]
|
||||
|
||||
__version__ = '1.15' # XXX This version is not always updated :-(
|
||||
|
||||
|
|
Loading…
Reference in New Issue