summaryrefslogtreecommitdiff
path: root/src/zope/tales/tests/test_pythonexpr.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tales/tests/test_pythonexpr.py')
-rw-r--r--src/zope/tales/tests/test_pythonexpr.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/zope/tales/tests/test_pythonexpr.py b/src/zope/tales/tests/test_pythonexpr.py
index 917c196..c0a3dd7 100644
--- a/src/zope/tales/tests/test_pythonexpr.py
+++ b/src/zope/tales/tests/test_pythonexpr.py
@@ -12,14 +12,14 @@
#
##############################################################################
-import six
import unittest
-from zope.tales.engine import Engine
-from zope.tales.tales import Context
+import six
-from zope.tales.pythonexpr import PythonExpr
+from zope.tales.engine import Engine
from zope.tales.pythonexpr import ExprTypeProxy
+from zope.tales.pythonexpr import PythonExpr
+from zope.tales.tales import Context
class TestPythonExpr(unittest.TestCase):