summaryrefslogtreecommitdiff
path: root/Lib/distutils/archive_util.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-11-14 02:25:42 +0000
committerAndrew M. Kuchling <amk@amk.ca>2002-11-14 02:25:42 +0000
commite2f19e5ba2da75fab1052616667ae92873cd7f48 (patch)
treee5c47ee849abbe43132eb573e87df2ead187e505 /Lib/distutils/archive_util.py
parentdcd1bbcaa25a85ec38887aaba21fcb54211a230b (diff)
downloadcpython-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/archive_util.py')
-rw-r--r--Lib/distutils/archive_util.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/archive_util.py b/Lib/distutils/archive_util.py
index 47fac0cb7d..98c1e55950 100644
--- a/Lib/distutils/archive_util.py
+++ b/Lib/distutils/archive_util.py
@@ -3,8 +3,6 @@
Utility functions for creating archive files (tarballs, zip files,
that sort of thing)."""
-# created 2000/04/03, Greg Ward (extracted from util.py)
-
__revision__ = "$Id$"
import os