python: Try to isolate the stuff that's in the m5.internal package a bit more.

This commit is contained in:
Nathan Binkert
2009-01-19 09:59:15 -08:00
parent c9d3113015
commit da14789c32
5 changed files with 28 additions and 17 deletions

View File

@@ -39,6 +39,8 @@ PySource('m5', 'm5/__init__.py')
PySource('m5', 'm5/SimObject.py')
PySource('m5', 'm5/config.py')
PySource('m5', 'm5/convert.py')
PySource('m5', 'm5/core.py')
PySource('m5', 'm5/debug.py')
PySource('m5', 'm5/event.py')
PySource('m5', 'm5/main.py')
PySource('m5', 'm5/options.py')