From: Neal Norwitz Date: Fri, 25 Nov 2005 03:15:49 +0000 (+0000) Subject: Test is still disabled, but access through public module X-Git-Tag: v2.5a0~1106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89886ab2b027e8534049721d7ca81c287bd13ca4;p=python Test is still disabled, but access through public module --- diff --git a/Lib/test/test_symtable.py b/Lib/test/test_symtable.py index 2191366247..44a8916fd6 100644 --- a/Lib/test/test_symtable.py +++ b/Lib/test/test_symtable.py @@ -1,8 +1,8 @@ from test.test_support import vereq, TestFailed -import _symtable +import symtable -symbols = _symtable.symtable("def f(x): return x", "?", "exec") +symbols = symtable.symtable("def f(x): return x", "?", "exec") ## XXX ## Test disabled because symtable module needs to be rewritten for new compiler