summaryrefslogtreecommitdiff
path: root/cmd.py
diff options
context:
space:
mode:
Diffstat (limited to 'cmd.py')
-rw-r--r--cmd.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd.py b/cmd.py
index b35eb078..1165f951 100644
--- a/cmd.py
+++ b/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