Browse Source

ipython.frontend is deprecated

Ask Solem 11 years ago
parent
commit
85c8f19284
1 changed files with 1 additions and 1 deletions
  1. 1 1
      celery/bin/celery.py

+ 1 - 1
celery/bin/celery.py

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