Explorar o código

wxGUI: no is_shell_running available (#2056)

Remove spurious import (backport leftover) to enable wxGUI startup.

(`is_shell_running()` got introduced in #1219, likely not needed in G78)
Markus Neteler %!s(int64=3) %!d(string=hai) anos
pai
achega
3f635d2eb6
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      gui/wxpython/gui_core/dialogs.py

+ 0 - 1
gui/wxpython/gui_core/dialogs.py

@@ -48,7 +48,6 @@ from gui_core.widgets import SingleSymbolPanel, GListCtrl, SimpleValidator, \
     MapValidator
 from core.settings import UserSettings
 from core.debug import Debug
-from core.utils import is_shell_running
 from gui_core.wrap import (
     Button,
     CheckListBox,