diff options
author | Brett Cannon <brett@python.org> | 2013-05-31 22:57:45 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2013-05-31 22:57:45 (GMT) |
commit | 0e75c0688673da4fbaceae0b75e20e953751e86a (patch) | |
tree | e5b730f899c1b85ecbf39b797f49d485b31411c3 | |
parent | 0dbb4c7f1338d1391e7214b564ef4638bc257347 (diff) | |
download | cpython-0e75c0688673da4fbaceae0b75e20e953751e86a.zip cpython-0e75c0688673da4fbaceae0b75e20e953751e86a.tar.gz cpython-0e75c0688673da4fbaceae0b75e20e953751e86a.tar.bz2 |
fix whitespace
-rw-r--r-- | Lib/importlib/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/importlib/util.py b/Lib/importlib/util.py index 573b08c..9cf0eb7 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 |