diff options
author | Georg Brandl <georg@python.org> | 2007-08-30 10:38:56 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-08-30 10:38:56 (GMT) |
commit | 27d9ee32abac7a580b1ffc980522535bdd20f09b (patch) | |
tree | 5ffc48061df1fcdb8e5b9792cf227d7530a28bf9 /Lib/test/test_sundry.py | |
parent | f11ed159f3c580c7b4d07dd1ce1d385f0efd9e09 (diff) | |
download | cpython-27d9ee32abac7a580b1ffc980522535bdd20f09b.zip cpython-27d9ee32abac7a580b1ffc980522535bdd20f09b.tar.gz cpython-27d9ee32abac7a580b1ffc980522535bdd20f09b.tar.bz2 |
Patch #1680959: add test suite for pipes module.
Diffstat (limited to 'Lib/test/test_sundry.py')
-rw-r--r-- | Lib/test/test_sundry.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index 7609385..dd1d2f6 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -89,7 +89,6 @@ with catch_warning(): import opcode import os2emxpath import pdb - import pipes import posixfile import pstats import py_compile |