From 0d4d410b2d6891520b1772a85f5ebdf926a0c77e Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 2 Mar 2012 12:32:14 -0500 Subject: Remove a dead docstring. --- Lib/importlib/_bootstrap.py | 6 ------ 1 file changed, 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 -- cgit v0.12