From 3ce77fd05ed00168f618b63401d770ccc4f04b09 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Thu, 2 Mar 2000 01:49:45 +0000 Subject: Changed '__rcsid__' to '__revision__'. --- Lib/distutils/command/build_clib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/distutils/command/build_clib.py') diff --git a/Lib/distutils/command/build_clib.py b/Lib/distutils/command/build_clib.py index 9cb584a1ce5..955cf5650cc 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 -- cgit v1.2.3