diff options
| author | Greg Ward <gward@python.net> | 2000-03-02 01:49:45 +0000 |
|---|---|---|
| committer | Greg Ward <gward@python.net> | 2000-03-02 01:49:45 +0000 |
| commit | 41b233728bac2f952bf2cc9b5ffb19409b9a48e9 (patch) | |
| tree | a89cf04d71f9c467667dfc46860e680aaf273419 /command/build_py.py | |
| parent | 720accdc1c3e3d7926cfd26d58c368b87b551c12 (diff) | |
| download | python-setuptools-git-41b233728bac2f952bf2cc9b5ffb19409b9a48e9.tar.gz | |
Changed '__rcsid__' to '__revision__'.
Diffstat (limited to 'command/build_py.py')
| -rw-r--r-- | command/build_py.py | 2 |
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 * |
