summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/dep_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/dep_util.py')
-rw-r--r--Lib/distutils/dep_util.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/distutils/dep_util.py b/Lib/distutils/dep_util.py
index f496654..0746633 100644
--- a/Lib/distutils/dep_util.py
+++ b/Lib/distutils/dep_util.py
@@ -4,6 +4,8 @@ Utility functions for simple, timestamp-based dependency of files
and groups of files; also, function based entirely on such
timestamp dependency analysis."""
+# This module should be kept compatible with Python 1.5.2.
+
__revision__ = "$Id$"
import os