diff options
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/shutil.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/shutil.py b/Lib/shutil.py index a4c1436..cb8d23f 100644 --- a/Lib/shutil.py +++ b/Lib/shutil.py @@ -1008,4 +1008,3 @@ def which(cmd, mode=os.F_OK | os.X_OK, path=None): if _access_check(name, mode): return name return None - |