summaryrefslogtreecommitdiff
path: root/Lib/importlib
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-05-31 18:57:45 -0400
committerBrett Cannon <brett@python.org>2013-05-31 18:57:45 -0400
commit653299ffe251840647e21c679f5a378a828370a6 (patch)
tree9a9ab90bc9eb3687881e676ac969ef1348eb8449 /Lib/importlib
parentb0f5285b4783f020fddf50d9e113f5b9429fa382 (diff)
downloadcpython-653299ffe251840647e21c679f5a378a828370a6.tar.gz
fix whitespace
Diffstat (limited to 'Lib/importlib')
-rw-r--r--Lib/importlib/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/importlib/util.py b/Lib/importlib/util.py
index 573b08c0cf..9cf0eb7e28 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