From f0de6a18bb7b016a016dd58c49364ca63b965724 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 22 Aug 2005 18:02:59 +0000 Subject: Bug #1266283: lexists() is not exported from os.path --- Lib/os2emxpath.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Lib/os2emxpath.py') diff --git a/Lib/os2emxpath.py b/Lib/os2emxpath.py index 5b1cb186e3..a841422404 100644 --- a/Lib/os2emxpath.py +++ b/Lib/os2emxpath.py @@ -10,10 +10,10 @@ import stat __all__ = ["normcase","isabs","join","splitdrive","split","splitext", "basename","dirname","commonprefix","getsize","getmtime", - "getatime","getctime", "islink","exists","isdir","isfile","ismount", - "walk","expanduser","expandvars","normpath","abspath","splitunc", - "curdir","pardir","sep","pathsep","defpath","altsep","extsep", - "devnull","realpath","supports_unicode_filenames"] + "getatime","getctime", "islink","exists","lexists","isdir","isfile", + "ismount","walk","expanduser","expandvars","normpath","abspath", + "splitunc","curdir","pardir","sep","pathsep","defpath","altsep", + "extsep","devnull","realpath","supports_unicode_filenames"] # strings representing various path-related bits and pieces curdir = '.' -- cgit v1.2.1