summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unary.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_unary.py')
-rw-r--r--Lib/test/test_unary.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_unary.py b/Lib/test/test_unary.py
index fa467ba..d8e86a9 100644
--- a/Lib/test/test_unary.py
+++ b/Lib/test/test_unary.py
@@ -1,7 +1,7 @@
"""Test compiler changes for unary ops (+, -, ~) introduced in Python 2.2"""
import unittest
-from test.test_support import run_unittest, have_unicode
+from test.test_support import run_unittest
class UnaryOpTestCase(unittest.TestCase):