mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
Remove os.path.walk
This commit is contained in:
parent
699adb9cd8
commit
d71ca41b37
6 changed files with 7 additions and 128 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue