[Python-checkins] cpython: Whitespace normalization.

brett.cannon python-checkins at python.org
Thu Feb 9 00:55:57 CET 2012


http://hg.python.org/cpython/rev/5f75af16a952
changeset:   74842:5f75af16a952
user:        Brett Cannon <brett at python.org>
date:        Wed Feb 08 18:55:37 2012 -0500
summary:
  Whitespace normalization.

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


diff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py
--- a/Lib/importlib/_bootstrap.py
+++ b/Lib/importlib/_bootstrap.py
@@ -1082,4 +1082,3 @@
         raise ImportError('importlib requires posix or nt')
     setattr(self_module, '_os', os_module)
     setattr(self_module, 'path_sep', path_sep)
-

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


More information about the Python-checkins mailing list