Преглед на файлове

ipython.frontend is deprecated

Ask Solem преди 11 години
родител
ревизия
85c8f19284
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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