summaryrefslogtreecommitdiff
path: root/test/test_exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_exceptions.py')
-rw-r--r--test/test_exceptions.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test_exceptions.py b/test/test_exceptions.py
index dc3b735..b4246bd 100644
--- a/test/test_exceptions.py
+++ b/test/test_exceptions.py
@@ -4,10 +4,10 @@ import sys
from mako import exceptions
from mako.lookup import TemplateLookup
from mako.template import Template
-from test import requires_no_pygments_exceptions
-from test import requires_pygments_14
-from test import TemplateTest
-from test.util import result_lines
+from .util.exclusions import requires_no_pygments_exceptions
+from .util.exclusions import requires_pygments_14
+from .util.fixtures import TemplateTest
+from .util.helpers import result_lines
class ExceptionsTest(TemplateTest):