diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2002-11-14 02:25:42 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2002-11-14 02:25:42 +0000 |
commit | e2f19e5ba2da75fab1052616667ae92873cd7f48 (patch) | |
tree | e5c47ee849abbe43132eb573e87df2ead187e505 /Lib/distutils/command/build_py.py | |
parent | dcd1bbcaa25a85ec38887aaba21fcb54211a230b (diff) | |
download | cpython-e2f19e5ba2da75fab1052616667ae92873cd7f48.tar.gz |
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
Diffstat (limited to 'Lib/distutils/command/build_py.py')
-rw-r--r-- | Lib/distutils/command/build_py.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/command/build_py.py b/Lib/distutils/command/build_py.py index 0ab72c08f4..f61dc17a18 100644 --- a/Lib/distutils/command/build_py.py +++ b/Lib/distutils/command/build_py.py @@ -2,8 +2,6 @@ Implements the Distutils 'build_py' command.""" -# created 1999/03/08, Greg Ward - __revision__ = "$Id$" import sys, string, os |