diff options
Diffstat (limited to 'Lib/distutils/dist.py')
-rw-r--r-- | Lib/distutils/dist.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/distutils/dist.py b/Lib/distutils/dist.py index dbeeb8b..3a69069 100644 --- a/Lib/distutils/dist.py +++ b/Lib/distutils/dist.py @@ -4,9 +4,6 @@ Provides the Distribution class, which represents the module distribution being built/installed/distributed. """ -# created 2000/04/03, Greg Ward -# (extricated from core.py; actually dates back to the beginning) - __revision__ = "$Id$" import sys, os, string, re |