summaryrefslogtreecommitdiff
path: root/command/bdist.py
diff options
context:
space:
mode:
Diffstat (limited to 'command/bdist.py')
-rw-r--r--command/bdist.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/command/bdist.py b/command/bdist.py
index e0648f3b..7c606ffc 100644
--- a/command/bdist.py
+++ b/command/bdist.py
@@ -3,6 +3,8 @@
Implements the Distutils 'bdist' command (create a built [binary]
distribution)."""
+# This module should be kept compatible with Python 1.5.2.
+
__revision__ = "$Id$"
import os, string