From 849349de05aef4de3ad1f3b5d8936b3fc79d4c84 Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Fri, 22 Jun 2012 16:03:06 -0500 Subject: [PATCH] whitespace normalize --- Lib/shutil.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/shutil.py b/Lib/shutil.py index a4c1436f491..cb8d23f32c1 100644 --- a/Lib/shutil.py +++ b/Lib/shutil.py @@ -1008,4 +1008,3 @@ def _access_check(fn, mode): if _access_check(name, mode): return name return None -