removed __all__ from several modules

This commit is contained in:
Skip Montanaro 2001-02-18 03:30:53 +00:00
parent 1ca2ed35e0
commit 78349072f7
16 changed files with 0 additions and 63 deletions

View file

@ -1,7 +1,5 @@
"""Convert a NT pathname to a file URL and vice versa."""
__all__ = ["url2pathname"]
def url2pathname(url):
r"""Convert a URL to a DOS path.