mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-27 07:29:33 +00:00
Extracted b_partial to lib to fix import errors
This commit is contained in:
@@ -31,6 +31,8 @@ from copter_table import CopterTableWidget, HeaderEditDialog
|
||||
from visual_land_dialog import VisualLandDialog
|
||||
from config_editor_models import ConfigDialog
|
||||
|
||||
from lib import b_partial
|
||||
|
||||
startup_cwd = os.getcwd()
|
||||
|
||||
def multi_glob(*patterns):
|
||||
|
||||
@@ -8,7 +8,7 @@ import logging
|
||||
import sys
|
||||
from functools import partial
|
||||
|
||||
from server_qt import b_partial
|
||||
from lib import b_partial
|
||||
|
||||
# TODO: previous step and reset
|
||||
class VisualLandDialog(QtWidgets.QDialog):
|
||||
|
||||
Reference in New Issue
Block a user