SLICC: Remove WakeUp* import calls from ast/__init__.py
authorNilay Vaish <nilay@cs.wisc.edu>
Sun, 20 Mar 2011 14:23:27 +0000 (09:23 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Sun, 20 Mar 2011 14:23:27 +0000 (09:23 -0500)
commitd7aa794155a46a403825f82c1ea62cd38b9de788
tree83a5b1830e96dda70b810b8cdc40daff8eaa7ad2
parent8957b09da14c50bd419bb98439e6e9c723ddcd6c
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.
src/mem/slicc/ast/__init__.py