summaryrefslogtreecommitdiff
path: root/Lib/nturl2path.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2001-02-06 01:07:02 +0000
committerSkip Montanaro <skip@pobox.com>2001-02-06 01:07:02 +0000
commit269b83bc05452f4f54fa9df5a76608f88da544fe (patch)
tree3463eb160b6a7a04a8a1a9aebc79075d9390f91e /Lib/nturl2path.py
parent46fa39ab1d1e2f14c1b44c5e81c34c5f6cfb9a58 (diff)
downloadcpython-git-269b83bc05452f4f54fa9df5a76608f88da544fe.tar.gz
added several more __all__ lists
Diffstat (limited to 'Lib/nturl2path.py')
-rw-r--r--Lib/nturl2path.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/nturl2path.py b/Lib/nturl2path.py
index 2d08eee1b0..7e78cb1932 100644
--- a/Lib/nturl2path.py
+++ b/Lib/nturl2path.py
@@ -1,5 +1,7 @@
"""Convert a NT pathname to a file URL and vice versa."""
+__all__ = ["url2pathname"]
+
def url2pathname(url):
r"""Convert a URL to a DOS path.