浏览代码

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 3 年之前
父节点
当前提交
3f635d2eb6
共有 1 个文件被更改,包括 0 次插入1 次删除
  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,