From 97771096abebe3ec5f3b1ea887d83177707304e7 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 8 Feb 2012 18:55:37 -0500 Subject: [PATCH] Whitespace normalization. --- Lib/importlib/_bootstrap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py index 25692847d68..431b6dd5544 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) -