Explorar o código

ipython.frontend is deprecated

Ask Solem %!s(int64=11) %!d(string=hai) anos
pai
achega
85c8f19284
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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