cpython: fix whitespace
31 May
2013
31 May
'13
10:58 p.m.
http://hg.python.org/cpython/rev/6a90817fb437 changeset: 84002:6a90817fb437 user: Brett Cannon <brett@python.org> date: Fri May 31 18:57:45 2013 -0400 summary: fix whitespace files: Lib/importlib/util.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Lib/importlib/util.py b/Lib/importlib/util.py --- a/Lib/importlib/util.py +++ b/Lib/importlib/util.py @@ -62,4 +62,4 @@ # 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 -- Repository URL: http://hg.python.org/cpython
4222
Age (days ago)
4222
Last active (days ago)
0 comments
1 participants
participants (1)
-
brett.cannon