diff options
Diffstat (limited to 'Lib/distutils/core.py')
-rw-r--r-- | Lib/distutils/core.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/core.py b/Lib/distutils/core.py index 5196145..5be9e4e 100644 --- a/Lib/distutils/core.py +++ b/Lib/distutils/core.py @@ -6,8 +6,6 @@ indirectly provides the Distribution and Command classes, although they are really defined in distutils.dist and distutils.cmd. """ -# created 1999/03/01, Greg Ward - __revision__ = "$Id$" import sys, os |