]> granicus.if.org Git - python/commitdiff
Fixed the class name.
authorGreg Ward <gward@python.net>
Thu, 23 Mar 2000 04:37:11 +0000 (04:37 +0000)
committerGreg Ward <gward@python.net>
Thu, 23 Mar 2000 04:37:11 +0000 (04:37 +0000)
Lib/distutils/command/install_lib.py

index 33cf6894e235dda0c4d93c6467c66aee1ccd934b..eaaa1c7da2763422cf48d2528592022b72d74ca6 100644 (file)
@@ -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"