From a6483d2e9a9d9a69e9823217bf6b6334bb0f0066 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 14 Nov 2002 02:25:42 +0000 Subject: Remove 'created by' lines; people can use CVS for this, and the information is often out of date --- Lib/distutils/file_util.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'Lib/distutils/file_util.py') diff --git a/Lib/distutils/file_util.py b/Lib/distutils/file_util.py index 56b1faee45..c2fa086f05 100644 --- a/Lib/distutils/file_util.py +++ b/Lib/distutils/file_util.py @@ -3,8 +3,6 @@ Utility functions for operating on single files. """ -# created 2000/04/03, Greg Ward (extracted from util.py) - __revision__ = "$Id$" import os -- cgit v1.2.1