summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/build_clib.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-03-02 01:49:45 (GMT)
committerGreg Ward <gward@python.net>2000-03-02 01:49:45 (GMT)
commit3ce77fd05ed00168f618b63401d770ccc4f04b09 (patch)
tree23498209dc346f7ab43c6716ad644ced9333c039 /Lib/distutils/command/build_clib.py
parent60f64330d10ecd4a3763dec38e3f50dbed742555 (diff)
downloadcpython-3ce77fd05ed00168f618b63401d770ccc4f04b09.zip
cpython-3ce77fd05ed00168f618b63401d770ccc4f04b09.tar.gz
cpython-3ce77fd05ed00168f618b63401d770ccc4f04b09.tar.bz2
Changed '__rcsid__' to '__revision__'.
Diffstat (limited to 'Lib/distutils/command/build_clib.py')
-rw-r--r--Lib/distutils/command/build_clib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/build_clib.py b/Lib/distutils/command/build_clib.py
index 9cb584a..955cf56 100644
--- a/Lib/distutils/command/build_clib.py
+++ b/Lib/distutils/command/build_clib.py
@@ -7,7 +7,7 @@ module."""
# created (an empty husk) 1999/12/18, Greg Ward
# fleshed out 2000/02/03-04
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
# XXX this module has *lots* of code ripped-off quite transparently from