]> granicus.if.org Git - python/commitdiff
fix whitespace
authorBrett Cannon <brett@python.org>
Fri, 31 May 2013 22:57:45 +0000 (18:57 -0400)
committerBrett Cannon <brett@python.org>
Fri, 31 May 2013 22:57:45 +0000 (18:57 -0400)
Lib/importlib/util.py

index 573b08c0cfcc1fc0d01aedc7c5dc86f8f1a27701..9cf0eb7e280afda135fcc5e5b8b64a275e15dcb9 100644 (file)
@@ -62,4 +62,4 @@ def module_for_loader(fxn):
             # If __package__ was not set above, __import__() will do it later.
             return fxn(self, module, *args, **kwargs)
 
-    return module_for_loader_wrapper
\ No newline at end of file
+    return module_for_loader_wrapper