mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Changed '__rcsid__' to '__revision__'.
This commit is contained in:
parent
60f64330d1
commit
3ce77fd05e
20 changed files with 20 additions and 20 deletions
|
@ -4,7 +4,7 @@ Implement the Distutils "install_ext" command to install extension modules."""
|
|||
|
||||
# created 1999/09/12, Greg Ward
|
||||
|
||||
__rcsid__ = "$Id$"
|
||||
__revision__ = "$Id$"
|
||||
|
||||
from distutils.core import Command
|
||||
from distutils.util import copy_tree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue