summaryrefslogtreecommitdiff
path: root/src/python/m5/objects/CoherenceProtocol.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/m5/objects/CoherenceProtocol.py')
-rw-r--r--src/python/m5/objects/CoherenceProtocol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/m5/objects/CoherenceProtocol.py b/src/python/m5/objects/CoherenceProtocol.py
index 7013000d6..64b6cbacf 100644
--- a/src/python/m5/objects/CoherenceProtocol.py
+++ b/src/python/m5/objects/CoherenceProtocol.py
@@ -1,4 +1,4 @@
-from m5 import *
+from m5.config import *
class Coherence(Enum): vals = ['uni', 'msi', 'mesi', 'mosi', 'moesi']
class CoherenceProtocol(SimObject):