diff options
| -rw-r--r-- | paths.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ # http://www.apache.org/licenses/LICENSE-2.0 -"""A simple module for creating lists of abspath of files in a directory. +"""A tiny module for creating lists of abspath of files in a directory. Also creates lists by isolating the files of the required extension.""" import re |
