added missing module docstring

This commit is contained in:
Tarek Ziadé 2009-01-25 22:11:04 +00:00
parent 9f369e9163
commit 7c28be8df5
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
"""distutils.command.install_lib
Implements the Distutils 'install_lib' command
(install all Python modules)."""
__revision__ = "$Id$"
import os