summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/_bootstrap.py
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2012-05-26 19:39:27 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2012-05-26 19:39:27 (GMT)
commitee2bbed9252fe286bc14765992877e1502b70328 (patch)
tree6d562b8297c5d7a21c52b4c3cfad6266d79ba630 /Lib/importlib/_bootstrap.py
parent42211426eb9771424b9e5153d12f8c2c0c538d34 (diff)
parentd1a30c939cc6378423dd3cc22382a9abe2a7d882 (diff)
downloadcpython-ee2bbed9252fe286bc14765992877e1502b70328.zip
cpython-ee2bbed9252fe286bc14765992877e1502b70328.tar.gz
cpython-ee2bbed9252fe286bc14765992877e1502b70328.tar.bz2
Merged upstream changes.
Diffstat (limited to 'Lib/importlib/_bootstrap.py')
-rw-r--r--Lib/importlib/_bootstrap.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py
index 3dcd05a..deaded9 100644
--- a/Lib/importlib/_bootstrap.py
+++ b/Lib/importlib/_bootstrap.py
@@ -949,8 +949,6 @@ class NamespaceLoader:
def module_repr(cls, module):
return "<module '{}' (namespace)>".format(module.__name__)
- @set_package
- @set_loader
@module_for_loader
def load_module(self, module):
"""Load a namespace module."""