[Python-checkins] cpython: Re-indent.

brett.cannon python-checkins at python.org
Sun Apr 29 20:40:52 CEST 2012


http://hg.python.org/cpython/rev/02f0bd296169
changeset:   76642:02f0bd296169
user:        Brett Cannon <brett at python.org>
date:        Sun Apr 29 14:40:43 2012 -0400
summary:
  Re-indent.

files:
  Lib/imp.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/imp.py b/Lib/imp.py
--- a/Lib/imp.py
+++ b/Lib/imp.py
@@ -237,4 +237,3 @@
             del _RELOADING[name]
         except KeyError:
             pass
-

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list