summaryrefslogtreecommitdiffstats
path: root/Lib/importlib
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-02-08 23:55:37 (GMT)
committerBrett Cannon <brett@python.org>2012-02-08 23:55:37 (GMT)
commit97771096abebe3ec5f3b1ea887d83177707304e7 (patch)
treee3e69f2a78070ed90eac2f3e25d1ccc9ac474afc /Lib/importlib
parent32b66be879a77b0764729cf99d2a33e5e2461954 (diff)
downloadcpython-97771096abebe3ec5f3b1ea887d83177707304e7.zip
cpython-97771096abebe3ec5f3b1ea887d83177707304e7.tar.gz
cpython-97771096abebe3ec5f3b1ea887d83177707304e7.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/importlib')
-rw-r--r--Lib/importlib/_bootstrap.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py
index 2569284..431b6dd 100644
--- a/Lib/importlib/_bootstrap.py
+++ b/Lib/importlib/_bootstrap.py
@@ -1082,4 +1082,3 @@ def _setup(sys_module, imp_module):
raise ImportError('importlib requires posix or nt')
setattr(self_module, '_os', os_module)
setattr(self_module, 'path_sep', path_sep)
-