projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5c1488
)
base: eliminate ipython warning
author
Curtis Dunham
<Curtis.Dunham@arm.com>
Thu, 15 Sep 2016 17:21:38 +0000
(18:21 +0100)
committer
Curtis Dunham
<Curtis.Dunham@arm.com>
Thu, 15 Sep 2016 17:21:38 +0000
(18:21 +0100)
Change-Id: I3e282baeb969b6bb9534813a2f433d68246c0669
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
src/python/m5/main.py
patch
|
blob
|
history
diff --git
a/src/python/m5/main.py
b/src/python/m5/main.py
index 36d3d7d35c52d7cb069a6ed5d666e9fa130e7afd..bbc7088993431c66f126b3c639a881f4c67e4784 100644
(file)
--- a/
src/python/m5/main.py
+++ b/
src/python/m5/main.py
@@
-151,7
+151,7
@@
def interact(scope):
try:
import IPython
from IPython.config.loader import Config
- from IPython.
frontend.
terminal.embed import InteractiveShellEmbed
+ from IPython.terminal.embed import InteractiveShellEmbed
cfg = Config()
cfg.PromptManager.in_template = prompt_in1