summaryrefslogtreecommitdiff
path: root/pystache
diff options
context:
space:
mode:
Diffstat (limited to 'pystache')
-rw-r--r--pystache/loader.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pystache/loader.py b/pystache/loader.py
index fcbe488..018ea62 100644
--- a/pystache/loader.py
+++ b/pystache/loader.py
@@ -128,8 +128,6 @@ class Loader(object):
file_name: the file name of the template.
- search_dirs: the list of directories in which to search.
-
"""
locator = self._make_locator()
@@ -146,8 +144,6 @@ class Loader(object):
name: the name of the template.
- search_dirs: the list of directories in which to search.
-
"""
locator = self._make_locator()