diff options
Diffstat (limited to 'cmd.py')
| -rw-r--r-- | cmd.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
