summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cherrypy/test/test_compat.py3
-rw-r--r--tests/dist-check.py2
2 files changed, 1 insertions, 4 deletions
diff --git a/cherrypy/test/test_compat.py b/cherrypy/test/test_compat.py
index 21786a82..2aa7563b 100644
--- a/cherrypy/test/test_compat.py
+++ b/cherrypy/test/test_compat.py
@@ -1,5 +1,4 @@
-"""Test Python 2/3 compatibility module."""
-from __future__ import unicode_literals
+"""Test compatibility module."""
import unittest
diff --git a/tests/dist-check.py b/tests/dist-check.py
index 3f1cf0fa..008a63d2 100644
--- a/tests/dist-check.py
+++ b/tests/dist-check.py
@@ -12,8 +12,6 @@ suite because it must import cherrypy late (after
removing sys.path[0]).
"""
-from __future__ import print_function
-
import os
import sys