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

5
src/python/m5/core.py Normal file
View File

@@ -0,0 +1,5 @@
import internal
def setOutputDir(dir):
internal.core.setOutputDir(dir)