From: Brett Cannon Date: Sun, 29 Apr 2012 18:40:43 +0000 (-0400) Subject: Re-indent. X-Git-Tag: v3.3.0a3~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1182351e69c81b95186a5318f28a6e1bd2fc0a2f;p=python Re-indent. --- diff --git a/Lib/imp.py b/Lib/imp.py index 03077b6bf6..2c46e7ada7 100644 --- a/Lib/imp.py +++ b/Lib/imp.py @@ -237,4 +237,3 @@ def reload(module): del _RELOADING[name] except KeyError: pass -