mirror of
https://github.com/python/cpython.git
synced 2025-10-22 14:42:22 +00:00
Fixed the class name.
This commit is contained in:
parent
deb6373fff
commit
297dd9fed5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import sys, string
|
||||||
from distutils.core import Command
|
from distutils.core import Command
|
||||||
from distutils.util import copy_tree
|
from distutils.util import copy_tree
|
||||||
|
|
||||||
class install_py (Command):
|
class install_lib (Command):
|
||||||
|
|
||||||
description = "install pure Python modules"
|
description = "install pure Python modules"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue