SLICC: Remove WakeUp* import calls from ast/__init__.py

I had recently committed a patch that removed the WakeUp*.py files from the
slicc/ast directory. I had forgotten to remove the import  calls for these
files from slicc/ast/__init__.py. This resulted in error while running
regressions on zizzer. This patch does the needful.
This commit is contained in:
Nilay Vaish 2011-03-20 09:23:27 -05:00
parent 8957b09da1
commit d7aa794155

View file

@ -74,5 +74,3 @@ from slicc.ast.TypeFieldMemberAST import *
from slicc.ast.TypeFieldMethodAST import *
from slicc.ast.TypeFieldStateAST import *
from slicc.ast.VarExprAST import *
from slicc.ast.WakeUpAllDependentsStatementAST import *
from slicc.ast.WakeUpDependentsStatementAST import *