base: eliminate ipython warning
authorCurtis Dunham <Curtis.Dunham@arm.com>
Thu, 15 Sep 2016 17:21:38 +0000 (18:21 +0100)
committerCurtis 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

index 36d3d7d35c52d7cb069a6ed5d666e9fa130e7afd..bbc7088993431c66f126b3c639a881f4c67e4784 100644 (file)
@@ -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