summaryrefslogtreecommitdiff
path: root/src/python/m5/objects/IntrControl.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/m5/objects/IntrControl.py')
-rw-r--r--src/python/m5/objects/IntrControl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/m5/objects/IntrControl.py b/src/python/m5/objects/IntrControl.py
index 66c82c182..514c3fc62 100644
--- a/src/python/m5/objects/IntrControl.py
+++ b/src/python/m5/objects/IntrControl.py
@@ -1,4 +1,4 @@
-from m5 import *
+from m5.config import *
class IntrControl(SimObject):
type = 'IntrControl'
cpu = Param.BaseCPU(Parent.any, "the cpu")