aboutsummaryrefslogtreecommitdiff
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
commita6483d2e9a9d9a69e9823217bf6b6334bb0f0066 (patch)
tree167efda72ed74e9e8fa3d15f3e9383523adc0284 /Lib/distutils/dir_util.py
parentFix typo in comment (diff)
downloadcpython-a6483d2e9a9d9a69e9823217bf6b6334bb0f0066.tar.gz
cpython-a6483d2e9a9d9a69e9823217bf6b6334bb0f0066.tar.bz2
cpython-a6483d2e9a9d9a69e9823217bf6b6334bb0f0066.zip
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
Diffstat (limited to 'Lib/distutils/dir_util.py')
-rw-r--r--Lib/distutils/dir_util.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/dir_util.py b/Lib/distutils/dir_util.py
index 8b3e06b2faf..d407e9ac5b5 100644
--- a/Lib/distutils/dir_util.py
+++ b/Lib/distutils/dir_util.py
@@ -2,8 +2,6 @@
Utility functions for manipulating directories and directory trees."""
-# created 2000/04/03, Greg Ward (extracted from util.py)
-
__revision__ = "$Id$"
import os