commit | adc11720645a82c8115c8686b5bfdbc23cd78bb0 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Sun Jul 30 00:04:17 2000 +0000 |
committer | Greg Ward <gward@python.net> | Sun Jul 30 00:04:17 2000 +0000 |
tree | 8c4cb4cc2c64fd8a91e3049c64669e69df32b116 | |
parent | 85ab7384f691b896d7fa0fc563759f196b1e9bdb [diff] |
Provides the FileList class for building a list of filenames by exploring the filesystem, and filtering the list by applying various patterns. Initial revision (almost) as supplied in a patch by Rene Liebscher; I just renamed the class from Template to FileList, and the module accordingly.