[Python-checkins] cpython: fix whitespace

brett.cannon python-checkins at python.org
Sat Jun 1 00:58:00 CEST 2013


http://hg.python.org/cpython/rev/6a90817fb437
changeset:   84002:6a90817fb437
user:        Brett Cannon <brett at 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


More information about the Python-checkins mailing list