summaryrefslogtreecommitdiffstats
path: root/Lib/shutil.py
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2012-06-22 21:03:06 (GMT)
committerBrian Curtin <brian@python.org>2012-06-22 21:03:06 (GMT)
commit849349de05aef4de3ad1f3b5d8936b3fc79d4c84 (patch)
tree4c1d554d996de441ea3a8af0acc10e193ba0babc /Lib/shutil.py
parentc57a34577c49f5a41b89b7ce673627884a53ab3b (diff)
downloadcpython-849349de05aef4de3ad1f3b5d8936b3fc79d4c84.zip
cpython-849349de05aef4de3ad1f3b5d8936b3fc79d4c84.tar.gz
cpython-849349de05aef4de3ad1f3b5d8936b3fc79d4c84.tar.bz2
whitespace normalize
Diffstat (limited to 'Lib/shutil.py')
-rw-r--r--Lib/shutil.py1
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
-