Fixed the class name.

This commit is contained in:
Greg Ward 2000-03-23 04:37:11 +00:00
parent deb6373fff
commit 297dd9fed5
1 changed files with 1 additions and 1 deletions

View 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"