diff options
author | Curtis Dunham <Curtis.Dunham@arm.com> | 2016-09-15 18:21:38 +0100 |
---|---|---|
committer | Curtis Dunham <Curtis.Dunham@arm.com> | 2016-09-15 18:21:38 +0100 |
commit | 18461d1522821495813b342b50ca3c69e8db2083 (patch) | |
tree | 5c128b638d6d44a5fb468dc2769dfb5d2f46533d /src | |
parent | e5c1488cb60395177d981d36b01d23c7fa033135 (diff) | |
download | gem5-18461d1522821495813b342b50ca3c69e8db2083.tar.xz |
base: eliminate ipython warning
Change-Id: I3e282baeb969b6bb9534813a2f433d68246c0669
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/python/m5/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/m5/main.py b/src/python/m5/main.py index 36d3d7d35..bbc708899 100644 --- 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 |