summaryrefslogtreecommitdiff
path: root/command/build_py.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-03-02 01:49:45 +0000
committerGreg Ward <gward@python.net>2000-03-02 01:49:45 +0000
commit41b233728bac2f952bf2cc9b5ffb19409b9a48e9 (patch)
treea89cf04d71f9c467667dfc46860e680aaf273419 /command/build_py.py
parent720accdc1c3e3d7926cfd26d58c368b87b551c12 (diff)
downloadpython-setuptools-git-41b233728bac2f952bf2cc9b5ffb19409b9a48e9.tar.gz
Changed '__rcsid__' to '__revision__'.
Diffstat (limited to 'command/build_py.py')
-rw-r--r--command/build_py.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/build_py.py b/command/build_py.py
index 05a1beff..2d0ad1ce 100644
--- a/command/build_py.py
+++ b/command/build_py.py
@@ -4,7 +4,7 @@ Implements the Distutils 'build_py' command."""
# created 1999/03/08, Greg Ward
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
import sys, string, os
from types import *