summaryrefslogtreecommitdiffstats
path: root/Lib/nturl2path.py
diff options
context:
space:
mode:
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 2d08eee..7e78cb1 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.