summaryrefslogtreecommitdiff
path: root/file_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'file_util.py')
-rw-r--r--file_util.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/file_util.py b/file_util.py
index c2fa086f..e230ce58 100644
--- a/file_util.py
+++ b/file_util.py
@@ -3,6 +3,8 @@
Utility functions for operating on single files.
"""
+# This module should be kept compatible with Python 1.5.2.
+
__revision__ = "$Id$"
import os