diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-16 00:42:57 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-16 00:42:57 (GMT) |
commit | acbb786596ee451af79fc7515a15d1d1ae4ed867 (patch) | |
tree | c3c5e6f8bb9b19b2e81d5f910bc3889703afbff9 /Lib/test/test_sundry.py | |
parent | 8ae3e055a51e4cddce90d0faad79ad27e21942c2 (diff) | |
download | cpython-acbb786596ee451af79fc7515a15d1d1ae4ed867.zip cpython-acbb786596ee451af79fc7515a15d1d1ae4ed867.tar.gz cpython-acbb786596ee451af79fc7515a15d1d1ae4ed867.tar.bz2 |
Remove the statvfs 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 ca6b23d..dd81e5b 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -64,7 +64,6 @@ class TestUntestedModules(unittest.TestCase): import rlcompleter import sched import sndhdr - import statvfs import sunau import sunaudio import symbol |