summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_bytes.py
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-01-30 12:01:19 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-01-30 12:01:19 (GMT)
commit5f63d186574120f072613859e4b422e15213b2c6 (patch)
tree567896d16f92383f546166aba646167c99350a4e /Lib/test/test_bytes.py
parent190d79e5c648174b550de2bef75d1b4addf0d625 (diff)
downloadcpython-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.py1
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