]> granicus.if.org Git - python/commitdiff
Test is still disabled, but access through public module
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 25 Nov 2005 03:15:49 +0000 (03:15 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 25 Nov 2005 03:15:49 +0000 (03:15 +0000)
Lib/test/test_symtable.py

index 2191366247a1a73ba08c95fb0dee5128cce0405d..44a8916fd6ba31ba23aa0b3aeffe8a59a69981a3 100644 (file)
@@ -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