summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_bufio.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-01-17 21:43:06 (GMT)
committerGuido van Rossum <guido@python.org>2001-01-17 21:43:06 (GMT)
commitf27cc5bc74372032ce9c42e9f6321458df6da2f7 (patch)
tree17f56f87fe08ab63ef74d3c8e4c0622394366435 /Lib/test/test_bufio.py
parent722642902e19513fd9d9f5bc9d01f04c8fc7f4c7 (diff)
downloadcpython-f27cc5bc74372032ce9c42e9f6321458df6da2f7.zip
cpython-f27cc5bc74372032ce9c42e9f6321458df6da2f7.tar.gz
cpython-f27cc5bc74372032ce9c42e9f6321458df6da2f7.tar.bz2
Marc-Andre must not have run these tests -- they used verify() but
didn't import it. Also got rid of some inconsistent spaces inside parentheses in test_gzip.py.
Diffstat (limited to 'Lib/test/test_bufio.py')
-rw-r--r--Lib/test/test_bufio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_bufio.py b/Lib/test/test_bufio.py
index fb8fe10..e4467fe 100644
--- a/Lib/test/test_bufio.py
+++ b/Lib/test/test_bufio.py
@@ -1,4 +1,4 @@
-from test_support import TestFailed, TESTFN
+from test_support import TestFailed, TESTFN, verify
# Simple test to ensure that optimizations in fileobject.c deliver
# the expected results. For best testing, run this under a debug-build