summaryrefslogtreecommitdiff
path: root/src/python/m5/objects/System.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/m5/objects/System.py')
-rw-r--r--src/python/m5/objects/System.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/python/m5/objects/System.py b/src/python/m5/objects/System.py
index 622b5a870..a8063a274 100644
--- a/src/python/m5/objects/System.py
+++ b/src/python/m5/objects/System.py
@@ -1,4 +1,5 @@
-from m5 import *
+from m5 import build_env
+from m5.config import *
class System(SimObject):
type = 'System'