python: Fix unproxing of VectorParams
[gem5.git] / src / python / m5 / core.py
index 1d7985be62b5e16526dec1b4df5e3aa6ea01aff2..ab0ea57ead1c7bce7bf5100b5b87913eb46e34a6 100644 (file)
 #
 # Authors: Nathan Binkert
 
-import internal
-from internal.core import initAll, regAllStats
-
-def setOutputDir(dir):
-    internal.core.setOutputDir(dir)
-
-def initAll():
-    internal.core.initAll()
-
-def regAllStats():
-    internal.core.regAllStats()
-
+from _m5.core import setOutputDir