summaryrefslogtreecommitdiff
path: root/src/zope/tales/tests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tales/tests/__init__.py')
-rw-r--r--src/zope/tales/tests/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zope/tales/tests/__init__.py b/src/zope/tales/tests/__init__.py
index b8e0d1d..7b5f922 100644
--- a/src/zope/tales/tests/__init__.py
+++ b/src/zope/tales/tests/__init__.py
@@ -1,6 +1,7 @@
-import six
import unittest
+import six
+
class TestCase(unittest.TestCase):
"""Base test case for Python version compatibility."""