summaryrefslogtreecommitdiff
path: root/pystache/locator.py
diff options
context:
space:
mode:
Diffstat (limited to 'pystache/locator.py')
-rw-r--r--pystache/locator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pystache/locator.py b/pystache/locator.py
index e288049..a1f06db 100644
--- a/pystache/locator.py
+++ b/pystache/locator.py
@@ -9,7 +9,7 @@ import os
import re
import sys
-from . import defaults
+from pystache import defaults
class Locator(object):