|  | @@ -594,7 +594,7 @@ class shell(Command):  # pragma: no cover
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      def invoke_ipython_shell(self):
 |  |      def invoke_ipython_shell(self):
 | 
											
												
													
														|  |          try:
 |  |          try:
 | 
											
												
													
														|  | -            from IPython.frontend.terminal import embed
 |  | 
 | 
											
												
													
														|  | 
 |  | +            from IPython.terminal import embed
 | 
											
												
													
														|  |              embed.TerminalInteractiveShell(user_ns=self.locals).mainloop()
 |  |              embed.TerminalInteractiveShell(user_ns=self.locals).mainloop()
 | 
											
												
													
														|  |          except ImportError:  # ipython < 0.11
 |  |          except ImportError:  # ipython < 0.11
 | 
											
												
													
														|  |              from IPython.Shell import IPShell
 |  |              from IPython.Shell import IPShell
 |