From 5f63d186574120f072613859e4b422e15213b2c6 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Wed, 30 Jan 2008 12:01:19 +0000 Subject: Removed unused import --- Lib/test/test_bytes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_bytes.py b/Lib/test/test_bytes.py index 8a82374..459e8f3 100644 --- a/Lib/test/test_bytes.py +++ b/Lib/test/test_bytes.py @@ -13,7 +13,6 @@ import pickle import tempfile import unittest import warnings -import functools import test.test_support import test.string_tests import test.buffer_tests -- cgit v0.12