summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2005-03-16 20:32:37 -0500
committerNathan Binkert <binkertn@umich.edu>2005-03-16 20:32:37 -0500
commitab5eb7d455f0c1bb0a324f97f442d351b6f0f57b (patch)
treedcc3b791f0140ed3b9161c2ba0aa91a7ec4a396d /python
parent901aeb24ebff9254da2bef09f94c65a955b1d479 (diff)
downloadgem5-ab5eb7d455f0c1bb0a324f97f442d351b6f0f57b.tar.xz
Make panic work in m5.config
python/m5/config.py: get panic from the m5 package. --HG-- extra : convert_revision : 0965c13086f5eef7214298227c34cd9693534555
Diffstat (limited to 'python')
-rw-r--r--python/m5/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/m5/config.py b/python/m5/config.py
index e6ad5a0ba..5da3da19d 100644
--- a/python/m5/config.py
+++ b/python/m5/config.py
@@ -27,6 +27,7 @@
from __future__ import generators
import os, re, sys, types, inspect
+from m5 import panic
from convert import *
noDot = False