summaryrefslogtreecommitdiff
path: root/Lib/distutils/cmd.py
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-01-25 22:09:10 +0000
committerTarek Ziadé <ziade.tarek@gmail.com>2009-01-25 22:09:10 +0000
commit9f369e91632a9249074049719e31ccb13d8ae039 (patch)
treed96cc225fc5feac2f87cf9586cfb571b09494097 /Lib/distutils/cmd.py
parent68d919e4d60b49d7252bf3a3a53299bbad86fe68 (diff)
downloadcpython-git-9f369e91632a9249074049719e31ccb13d8ae039.tar.gz
Issue #5052: removed backward compatibility information (out of date)
Diffstat (limited to 'Lib/distutils/cmd.py')
-rw-r--r--Lib/distutils/cmd.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/cmd.py b/Lib/distutils/cmd.py
index 3cd5858920..267cf1802e 100644
--- a/Lib/distutils/cmd.py
+++ b/Lib/distutils/cmd.py
@@ -4,8 +4,6 @@ Provides the Command class, the base class for the command classes
in the distutils.command package.
"""
-# This module should be kept compatible with Python 2.1.
-
__revision__ = "$Id$"
import sys, os, string, re