summaryrefslogtreecommitdiff
path: root/pystache/locator.py
diff options
context:
space:
mode:
Diffstat (limited to 'pystache/locator.py')
-rw-r--r--pystache/locator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pystache/locator.py b/pystache/locator.py
index 2ef2fc5..4fe7bb4 100644
--- a/pystache/locator.py
+++ b/pystache/locator.py
@@ -88,7 +88,6 @@ class Locator(object):
"""
file_name = self.make_file_name(template_name)
-
path = self._find_path(file_name, search_dirs)
if path is not None: