From cf4d98ef3030774eb5ecc556ce7cf823b2f60b0b Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Thu, 29 Dec 2011 20:33:21 -0800 Subject: Deleted a blank line. --- pystache/locator.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pystache/locator.py') 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: -- cgit v1.2.1