diff options
Diffstat (limited to 'Lib/distutils/cygwinccompiler.py')
-rw-r--r-- | Lib/distutils/cygwinccompiler.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/cygwinccompiler.py b/Lib/distutils/cygwinccompiler.py index a046ee2..93f8803 100644 --- a/Lib/distutils/cygwinccompiler.py +++ b/Lib/distutils/cygwinccompiler.py @@ -41,8 +41,6 @@ cygwin in no-cygwin mode). # in the dlls. # *** only the version of June 2000 shows these problems -# created 2000/05/05, Rene Liebscher - __revision__ = "$Id$" import os,sys,copy |