From: Brett Cannon Date: Fri, 31 May 2013 22:57:45 +0000 (-0400) Subject: fix whitespace X-Git-Tag: v3.4.0a1~589 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e75c0688673da4fbaceae0b75e20e953751e86a;p=thirdparty%2FPython%2Fcpython.git fix whitespace --- diff --git a/Lib/importlib/util.py b/Lib/importlib/util.py index 573b08c0cfcc..9cf0eb7e280a 100644 --- a/Lib/importlib/util.py +++ b/Lib/importlib/util.py @@ -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