summaryrefslogtreecommitdiff
path: root/tests/test_template_spec.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_template_spec.py')
-rw-r--r--tests/test_template_spec.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/test_template_spec.py b/tests/test_template_spec.py
index 7d97af0..9599c37 100644
--- a/tests/test_template_spec.py
+++ b/tests/test_template_spec.py
@@ -19,12 +19,12 @@ from pystache import TemplateSpec
from pystache.locator import Locator
from pystache.loader import Loader
from pystache.spec_loader import SpecLoader
-from .common import DATA_DIR
-from .common import EXAMPLES_DIR
-from .common import AssertIsMixin
-from .common import AssertStringMixin
-from .data.views import SampleView
-from .data.views import NonAscii
+from tests.common import DATA_DIR
+from tests.common import EXAMPLES_DIR
+from tests.common import AssertIsMixin
+from tests.common import AssertStringMixin
+from tests.data.views import SampleView
+from tests.data.views import NonAscii
class Thing(object):