Remove a dead docstring.

This commit is contained in:
Brett Cannon 2012-03-02 12:32:14 -05:00
parent 83ac0133bd
commit 0d4d410b2d
1 changed files with 0 additions and 6 deletions

View File

@ -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