summaryrefslogtreecommitdiffstats
path: root/Lib/imp.py
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-04-29 18:40:43 (GMT)
committerBrett Cannon <brett@python.org>2012-04-29 18:40:43 (GMT)
commit1182351e69c81b95186a5318f28a6e1bd2fc0a2f (patch)
treecc4a773f021afab129a17cd2b74b5738c3aaf835 /Lib/imp.py
parent6818832ff63e39cbb058d14e10bfadf7afadfb7f (diff)
downloadcpython-1182351e69c81b95186a5318f28a6e1bd2fc0a2f.zip
cpython-1182351e69c81b95186a5318f28a6e1bd2fc0a2f.tar.gz
cpython-1182351e69c81b95186a5318f28a6e1bd2fc0a2f.tar.bz2
Re-indent.
Diffstat (limited to 'Lib/imp.py')
-rw-r--r--Lib/imp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/imp.py b/Lib/imp.py
index 03077b6..2c46e7a 100644
--- a/Lib/imp.py
+++ b/Lib/imp.py
@@ -237,4 +237,3 @@ def reload(module):
del _RELOADING[name]
except KeyError:
pass
-