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/install_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/distutils/command/install_lib.py') diff --git a/Lib/distutils/command/install_lib.py b/Lib/distutils/command/install_lib.py index ab82e04bf09..33cf6894e23 100644 --- a/Lib/distutils/command/install_lib.py +++ b/Lib/distutils/command/install_lib.py @@ -1,6 +1,6 @@ # created 1999/03/13, Greg Ward -__rcsid__ = "$Id$" +__revision__ = "$Id$" import sys, string from distutils.core import Command -- cgit v1.2.3