From acbb786596ee451af79fc7515a15d1d1ae4ed867 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 16 May 2008 00:42:57 +0000 Subject: Remove the statvfs module. --- Lib/test/test_sundry.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/test/test_sundry.py') diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index ca6b23d214..dd81e5b27e 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 -- cgit v1.2.1