summaryrefslogtreecommitdiff
path: root/cmd.py
diff options
context:
space:
mode:
Diffstat (limited to 'cmd.py')
-rw-r--r--cmd.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd.py b/cmd.py
index 6a268184..b35eb078 100644
--- a/cmd.py
+++ b/cmd.py
@@ -4,9 +4,6 @@ Provides the Command class, the base class for the command classes
in the distutils.command package.
"""
-# created 2000/04/03, Greg Ward
-# (extricated from core.py; actually dates back to the beginning)
-
__revision__ = "$Id$"
import sys, os, string, re