base: eliminate ipython warning
Change-Id: I3e282baeb969b6bb9534813a2f433d68246c0669 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
This commit is contained in:
parent
e5c1488cb6
commit
18461d1522
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue