summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/core.py')
-rw-r--r--Lib/distutils/core.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/distutils/core.py b/Lib/distutils/core.py
index 5be9e4e..9ab419e 100644
--- a/Lib/distutils/core.py
+++ b/Lib/distutils/core.py
@@ -6,6 +6,8 @@ indirectly provides the Distribution and Command classes, although they are
really defined in distutils.dist and distutils.cmd.
"""
+# This module should be kept compatible with Python 1.5.2.
+
__revision__ = "$Id$"
import sys, os