Changed '__rcsid__' to '__revision__'.
diff --git a/Lib/distutils/spawn.py b/Lib/distutils/spawn.py
index 9a88ac8..847346c 100644
--- a/Lib/distutils/spawn.py
+++ b/Lib/distutils/spawn.py
@@ -5,7 +5,7 @@
 
 # created 1999/07/24, Greg Ward
 
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
 
 import sys, os, string
 from distutils.errors import *