From: Brett Cannon Date: Wed, 8 Feb 2012 23:55:37 +0000 (-0500) Subject: Whitespace normalization. X-Git-Tag: v3.3.0a1~209 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97771096abebe3ec5f3b1ea887d83177707304e7;p=thirdparty%2FPython%2Fcpython.git Whitespace normalization. --- diff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py index 25692847d682..431b6dd5544a 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) -