From: Brian Curtin Date: Fri, 22 Jun 2012 21:03:06 +0000 (-0500) Subject: whitespace normalize X-Git-Tag: v3.3.0b1~154^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=849349de05aef4de3ad1f3b5d8936b3fc79d4c84;p=thirdparty%2FPython%2Fcpython.git whitespace normalize --- diff --git a/Lib/shutil.py b/Lib/shutil.py index a4c1436f4915..cb8d23f32c18 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 -