diff options
Diffstat (limited to 'Lib/distutils/command/install_ext.py')
-rw-r--r-- | Lib/distutils/command/install_ext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/install_ext.py b/Lib/distutils/command/install_ext.py index f1a3e24..8d23fa4 100644 --- a/Lib/distutils/command/install_ext.py +++ b/Lib/distutils/command/install_ext.py @@ -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 |