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/ntpath.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Lib/ntpath.py') diff --git a/Lib/ntpath.py b/Lib/ntpath.py index 571a7d0dd8..63860ce714 100644 --- a/Lib/ntpath.py +++ b/Lib/ntpath.py @@ -8,6 +8,10 @@ module as os.path. import os import stat +__all__ = ["normcase","isabs","join","splitdrive","split","splitext", + "basename","dirname","commonprefix","getsize","getmtime", + "getatime","islink","exists","isdir","isfile","ismount", + "walk","expanduser","expandvars","normpath","abspath","splitunc"] # Normalize the case of a pathname and map slashes to backslashes. # Other normalizations (such as optimizing '../' away) are not done -- cgit v1.2.1