From 335d2c757d04f68c6711454aec5cbb07f36fcea2 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 5 Jul 2010 14:59:40 +0000 Subject: pydoc still has a silly encoding --- Lib/test/test_imp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_imp.py b/Lib/test/test_imp.py index 6412f3f..6dd1e21 100644 --- a/Lib/test/test_imp.py +++ b/Lib/test/test_imp.py @@ -44,7 +44,7 @@ class LockTests(unittest.TestCase): class ImportTests(unittest.TestCase): def test_find_module_encoding(self): - fd = imp.find_module("heapq")[0] + fd = imp.find_module("pydoc")[0] self.assertEqual(fd.encoding, "iso-8859-1") def test_issue1267(self): -- cgit v0.12