Changed '__rcsid__' to '__revision__'.
diff --git a/Lib/distutils/command/__init__.py b/Lib/distutils/command/__init__.py
index ea979f9..40595ba 100644
--- a/Lib/distutils/command/__init__.py
+++ b/Lib/distutils/command/__init__.py
@@ -13,7 +13,7 @@
 
 but this list will undoubtedly grow with time."""
 
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
 
 __all__ = ['build',
            'build_py',