From d71ca41b37a2d57ac355de8194fdee846a612837 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 8 May 2008 23:44:58 +0000 Subject: Remove os.path.walk --- Lib/os2emxpath.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib/os2emxpath.py') diff --git a/Lib/os2emxpath.py b/Lib/os2emxpath.py index 4e85c4d48d..184c9b169a 100644 --- a/Lib/os2emxpath.py +++ b/Lib/os2emxpath.py @@ -9,12 +9,12 @@ import os import stat from genericpath import * from ntpath import (expanduser, expandvars, isabs, islink, splitdrive, - splitext, split, walk) + splitext, split) __all__ = ["normcase","isabs","join","splitdrive","split","splitext", "basename","dirname","commonprefix","getsize","getmtime", "getatime","getctime", "islink","exists","lexists","isdir","isfile", - "ismount","walk","expanduser","expandvars","normpath","abspath", + "ismount","expanduser","expandvars","normpath","abspath", "splitunc","curdir","pardir","sep","pathsep","defpath","altsep", "extsep","devnull","realpath","supports_unicode_filenames"] -- cgit v1.2.1