Remove a dead docstring.
authorBrett Cannon <brett@python.org>
Fri, 2 Mar 2012 17:32:14 +0000 (12:32 -0500)
committerBrett Cannon <brett@python.org>
Fri, 2 Mar 2012 17:32:14 +0000 (12:32 -0500)
Lib/importlib/_bootstrap.py

index faa58304e75266447b8cbf37eb20d1e60827cf63..e0f86fc17273d44cfdeceb1e5dc6b064bb180c56 100644 (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