]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorBrett Cannon <brett@python.org>
Wed, 8 Feb 2012 23:55:37 +0000 (18:55 -0500)
committerBrett Cannon <brett@python.org>
Wed, 8 Feb 2012 23:55:37 +0000 (18:55 -0500)
Lib/importlib/_bootstrap.py

index 25692847d68260c5dcbf4b56deea7234d1656a8a..431b6dd5544a9f77a7b796878db86a07c8f8f063 100644 (file)
@@ -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)
-