summaryrefslogtreecommitdiff
path: root/command/bdist_dumb.py
diff options
context:
space:
mode:
Diffstat (limited to 'command/bdist_dumb.py')
-rw-r--r--command/bdist_dumb.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/command/bdist_dumb.py b/command/bdist_dumb.py
index 7562b708..d1cce55b 100644
--- a/command/bdist_dumb.py
+++ b/command/bdist_dumb.py
@@ -4,6 +4,8 @@ Implements the Distutils 'bdist_dumb' command (create a "dumb" built
distribution -- i.e., just an archive to be unpacked under $prefix or
$exec_prefix)."""
+# This module should be kept compatible with Python 1.5.2.
+
__revision__ = "$Id$"
import os