diff options
Diffstat (limited to 'dep_util.py')
| -rw-r--r-- | dep_util.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dep_util.py b/dep_util.py index f4966548..0746633d 100644 --- a/dep_util.py +++ b/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 |
