diff options
Diffstat (limited to 'Lib/distutils/cmd.py')
-rw-r--r-- | Lib/distutils/cmd.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/distutils/cmd.py b/Lib/distutils/cmd.py index b35eb07..1165f95 100644 --- a/Lib/distutils/cmd.py +++ b/Lib/distutils/cmd.py @@ -4,6 +4,8 @@ Provides the Command class, the base class for the command classes in the distutils.command package. """ +# This module should be kept compatible with Python 1.5.2. + __revision__ = "$Id$" import sys, os, string, re |