projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d94f5bf
)
Minor Python config bug fix.
author
Steve Reinhardt
<stever@eecs.umich.edu>
Sun, 13 Mar 2005 06:21:23 +0000
(
01:21
-0500)
committer
Steve Reinhardt
<stever@eecs.umich.edu>
Sun, 13 Mar 2005 06:21:23 +0000
(
01:21
-0500)
python/m5/config.py:
Add 'panic' to __all__ (some of Nate's scripts use it).
--HG--
extra : convert_revision :
ae3e2398dffe3edd17ee0155f38bc757d3552df2
python/m5/config.py
patch
|
blob
|
history
diff --git
a/python/m5/config.py
b/python/m5/config.py
index 74022059f1e94ea6630f26edb6d3a4a63499d866..7dfc4fb0417972ad9d9fb34b0df3e749489be45f 100644
(file)
--- a/
python/m5/config.py
+++ b/
python/m5/config.py
@@
-1347,7
+1347,7
@@
class SimObject(ConfigNode, ParamType):
# __all__ defines the list of symbols that get exported when
# 'from config import *' is invoked. Try to keep this reasonably
# short to avoid polluting other namespaces.
-__all__ = ['env', 'issequence',
+__all__ = ['env', 'issequence',
'panic',
'ConfigNode', 'SimObject', 'ParamContext', 'Param', 'VectorParam',
'Super', 'Enum',
'Int', 'Unsigned', 'Int8', 'UInt8', 'Int16', 'UInt16',