From: Greg Ward Date: Thu, 23 Mar 2000 04:37:11 +0000 (+0000) Subject: Fixed the class name. X-Git-Tag: v1.6a1~164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=297dd9fed50f37f3d273e47615e5a927214d5d9e;p=python Fixed the class name. --- diff --git a/Lib/distutils/command/install_lib.py b/Lib/distutils/command/install_lib.py index 33cf6894e2..eaaa1c7da2 100644 --- a/Lib/distutils/command/install_lib.py +++ b/Lib/distutils/command/install_lib.py @@ -6,7 +6,7 @@ import sys, string from distutils.core import Command from distutils.util import copy_tree -class install_py (Command): +class install_lib (Command): description = "install pure Python modules"