From: Tarek Ziadé Date: Sun, 25 Jan 2009 22:11:04 +0000 (+0000) Subject: added missing module docstring X-Git-Tag: v2.7a1~2201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c28be8df5f990eb00ba7d3a1b72cb66935bbe7d;p=thirdparty%2FPython%2Fcpython.git added missing module docstring --- diff --git a/Lib/distutils/command/install_lib.py b/Lib/distutils/command/install_lib.py index fed7e5363d5c..4c62c7133af1 100644 --- a/Lib/distutils/command/install_lib.py +++ b/Lib/distutils/command/install_lib.py @@ -1,3 +1,8 @@ +"""distutils.command.install_lib + +Implements the Distutils 'install_lib' command +(install all Python modules).""" + __revision__ = "$Id$" import os