summaryrefslogtreecommitdiff
path: root/paths.py
diff options
context:
space:
mode:
authorAditya Naik2013-12-17 15:20:41 +0530
committerAditya Naik2013-12-17 15:20:41 +0530
commit407ed0d8d80f3603b01514a95a036cf77aa3437b (patch)
tree6bf4360ad9847c86433a41d6ae6e39d4f8a0631c /paths.py
parent46afb03adc287fa708252ab1c60095b3f39ddf64 (diff)
little rev
Diffstat (limited to 'paths.py')
-rw-r--r--paths.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paths.py b/paths.py
index 7b3d64a..00a2479 100644
--- a/paths.py
+++ b/paths.py
@@ -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