projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83ac013
)
Remove a dead docstring.
author
Brett Cannon
<brett@python.org>
Fri, 2 Mar 2012 17:32:14 +0000
(12:32 -0500)
committer
Brett Cannon
<brett@python.org>
Fri, 2 Mar 2012 17:32:14 +0000
(12:32 -0500)
Lib/importlib/_bootstrap.py
patch
|
blob
|
history
diff --git
a/Lib/importlib/_bootstrap.py
b/Lib/importlib/_bootstrap.py
index faa58304e75266447b8cbf37eb20d1e60827cf63..e0f86fc17273d44cfdeceb1e5dc6b064bb180c56 100644
(file)
--- 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