aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/distutils/command/install_ext.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/install_ext.py')
-rw-r--r--Lib/distutils/command/install_ext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/install_ext.py b/Lib/distutils/command/install_ext.py
index 599a37e1cec..ba343d2e42f 100644
--- a/Lib/distutils/command/install_ext.py
+++ b/Lib/distutils/command/install_ext.py
@@ -9,7 +9,7 @@ __rcsid__ = "$Id$"
from distutils.core import Command
from distutils.util import copy_tree
-class InstallExt (Command):
+class install_ext (Command):
description = "install C/C++ extension modules"