Test is still disabled, but access through public module
diff --git a/Lib/test/test_symtable.py b/Lib/test/test_symtable.py
index 2191366..44a8916 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