diff options
Diffstat (limited to 'Lib/distutils/command/install_py.py')
-rw-r--r-- | Lib/distutils/command/install_py.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/install_py.py b/Lib/distutils/command/install_py.py index 2e8a670..e898ce0 100644 --- a/Lib/distutils/command/install_py.py +++ b/Lib/distutils/command/install_py.py @@ -6,7 +6,7 @@ import sys, string from distutils.core import Command from distutils.util import copy_tree -class InstallPy (Command): +class install_py (Command): description = "install pure Python modules" |