summaryrefslogtreecommitdiff
path: root/pystache/locator.py
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2011-12-29 20:33:21 -0800
committerChris Jerdonek <chris.jerdonek@gmail.com>2011-12-29 20:33:21 -0800
commitcf4d98ef3030774eb5ecc556ce7cf823b2f60b0b (patch)
treec3a590894706a489b65e5fdd2f78262b18ba7e3c /pystache/locator.py
parent2550417f2f57b9bb3ee6c8d7fda004126aebfb92 (diff)
downloadpystache-cf4d98ef3030774eb5ecc556ce7cf823b2f60b0b.tar.gz
Deleted a blank line.
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: