diff options
author | Brett Cannon <brett@python.org> | 2012-03-02 17:32:14 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-03-02 17:32:14 (GMT) |
commit | 0d4d410b2d6891520b1772a85f5ebdf926a0c77e (patch) | |
tree | 7392d9dabe7d854bad4feb89d5111a78e71893ec /Lib/importlib | |
parent | 83ac0133bd4841d36a41000753dd77e796747f7f (diff) | |
download | cpython-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.py | 6 |
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 |