diff options
author | Christian Heimes <christian@cheimes.de> | 2008-01-30 12:01:19 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-01-30 12:01:19 (GMT) |
commit | 5f63d186574120f072613859e4b422e15213b2c6 (patch) | |
tree | 567896d16f92383f546166aba646167c99350a4e /Lib/test/test_bytes.py | |
parent | 190d79e5c648174b550de2bef75d1b4addf0d625 (diff) | |
download | cpython-5f63d186574120f072613859e4b422e15213b2c6.zip cpython-5f63d186574120f072613859e4b422e15213b2c6.tar.gz cpython-5f63d186574120f072613859e4b422e15213b2c6.tar.bz2 |
Removed unused import
Diffstat (limited to 'Lib/test/test_bytes.py')
-rw-r--r-- | Lib/test/test_bytes.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |