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/spawn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/distutils/spawn.py') diff --git a/Lib/distutils/spawn.py b/Lib/distutils/spawn.py index 9a88ac8987..847346cc2f 100644 --- a/Lib/distutils/spawn.py +++ b/Lib/distutils/spawn.py @@ -5,7 +5,7 @@ specific functions for launching another program in a sub-process.""" # created 1999/07/24, Greg Ward -__rcsid__ = "$Id$" +__revision__ = "$Id$" import sys, os, string from distutils.errors import * -- cgit v1.2.1