added missing module docstring
This commit is contained in:
parent
9f369e9163
commit
7c28be8df5
|
@ -1,3 +1,8 @@
|
||||||
|
"""distutils.command.install_lib
|
||||||
|
|
||||||
|
Implements the Distutils 'install_lib' command
|
||||||
|
(install all Python modules)."""
|
||||||
|
|
||||||
__revision__ = "$Id$"
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Reference in New Issue