summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/build_lib.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/build_lib.py')
-rw-r--r--Lib/distutils/command/build_lib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/build_lib.py b/Lib/distutils/command/build_lib.py
index 9cb584a..955cf56 100644
--- a/Lib/distutils/command/build_lib.py
+++ b/Lib/distutils/command/build_lib.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