diff options
Diffstat (limited to 'command/clean.py')
| -rw-r--r-- | command/clean.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/command/clean.py b/command/clean.py index 36252d51..41b22777 100644 --- a/command/clean.py +++ b/command/clean.py @@ -4,6 +4,8 @@ Implements the Distutils 'clean' command.""" # contributed by Bastian Kleineidam <calvin@cs.uni-sb.de>, added 2000-03-18 +# This module should be kept compatible with Python 1.5.2. + __revision__ = "$Id$" import os |
