summaryrefslogtreecommitdiffstats
path: root/Lib/importlib
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-03-02 17:32:14 (GMT)
committerBrett Cannon <brett@python.org>2012-03-02 17:32:14 (GMT)
commit0d4d410b2d6891520b1772a85f5ebdf926a0c77e (patch)
tree7392d9dabe7d854bad4feb89d5111a78e71893ec /Lib/importlib
parent83ac0133bd4841d36a41000753dd77e796747f7f (diff)
downloadcpython-0d4d410b2d6891520b1772a85f5ebdf926a0c77e.zip
cpython-0d4d410b2d6891520b1772a85f5ebdf926a0c77e.tar.gz
cpython-0d4d410b2d6891520b1772a85f5ebdf926a0c77e.tar.bz2
Remove a dead docstring.
Diffstat (limited to 'Lib/importlib')
-rw-r--r--Lib/importlib/_bootstrap.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py
index faa5830..e0f86fc 100644
--- a/Lib/importlib/_bootstrap.py
+++ b/Lib/importlib/_bootstrap.py
@@ -625,12 +625,6 @@ class _ExtensionFileLoader:
"""
def __init__(self, name, path):
- """Initialize the loader.
-
- If is_pkg is True then an exception is raised as extension modules
- cannot be the __init__ module for an extension module.
-
- """
self._name = name
self._path = path