From: Christian Heimes Date: Wed, 30 Jan 2008 12:01:19 +0000 (+0000) Subject: Removed unused import X-Git-Tag: v3.0a3~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f63d186574120f072613859e4b422e15213b2c6;p=thirdparty%2FPython%2Fcpython.git Removed unused import --- diff --git a/Lib/test/test_bytes.py b/Lib/test/test_bytes.py index 8a8237429d1e..459e8f36ccc7 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