Make panic work in m5.config
authorNathan Binkert <binkertn@umich.edu>
Thu, 17 Mar 2005 01:32:37 +0000 (20:32 -0500)
committerNathan Binkert <binkertn@umich.edu>
Thu, 17 Mar 2005 01:32:37 +0000 (20:32 -0500)
python/m5/config.py:
    get panic from the m5 package.

--HG--
extra : convert_revision : 0965c13086f5eef7214298227c34cd9693534555

python/m5/config.py

index e6ad5a0ba5a1edb60b55c8283642b4bf1c32d438..5da3da19d0cd4a3d42b01d5c379c913132e916aa 100644 (file)
@@ -27,6 +27,7 @@
 from __future__ import generators
 import os, re, sys, types, inspect
 
+from m5 import panic
 from convert import *
 
 noDot = False