diff options
Diffstat (limited to 'Lib/distutils/filelist.py')
-rw-r--r-- | Lib/distutils/filelist.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/distutils/filelist.py b/Lib/distutils/filelist.py index 4b5d47d..bfa53d2 100644 --- a/Lib/distutils/filelist.py +++ b/Lib/distutils/filelist.py @@ -4,6 +4,8 @@ Provides the FileList class, used for poking about the filesystem and building lists of files. """ +# This module should be kept compatible with Python 1.5.2. + __revision__ = "$Id$" import os, string, re |