summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/tests/run.py')
-rw-r--r--src/zope/tal/tests/run.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/zope/tal/tests/run.py b/src/zope/tal/tests/run.py
index 01a52c2..6e64e49 100644
--- a/src/zope/tal/tests/run.py
+++ b/src/zope/tal/tests/run.py
@@ -17,11 +17,12 @@
import sys
import unittest
-from zope.tal.tests import utils
-from zope.tal.tests import test_htmltalparser
-from zope.tal.tests import test_talinterpreter
from zope.tal.tests import test_files
+from zope.tal.tests import test_htmltalparser
from zope.tal.tests import test_sourcepos
+from zope.tal.tests import test_talinterpreter
+from zope.tal.tests import utils
+
# TODO this code isn't picked up by the Zope 3 test framework..