
python-checkins at python
Apr 29, 2012, 11:40 AM
Post #1 of 1
(29 views)
Permalink
|
http://hg.python.org/cpython/rev/02f0bd296169 changeset: 76642:02f0bd296169 user: Brett Cannon <brett [at] python> 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
|