From 269b83bc05452f4f54fa9df5a76608f88da544fe Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Tue, 6 Feb 2001 01:07:02 +0000 Subject: added several more __all__ lists --- Lib/nturl2path.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Lib/nturl2path.py') 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. -- cgit v1.2.1