aboutsummaryrefslogtreecommitdiffstats
path: root/gui/gui_loading.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-05-09 00:08:19 -0700
committerPinapelz <yukais@pinapelz.com>2026-05-09 00:27:57 -0700
commit41c4a2b287030f93b96db27dc6783e2b12aab99e (patch)
treec539b29f27c10a7744a7bf8ab0e3e117589cff80 /gui/gui_loading.py
parentd52cc44c005e4bc683e09ab4bd4f1bce9288502d (diff)
fix gui_loading import
Diffstat (limited to 'gui/gui_loading.py')
-rw-r--r--gui/gui_loading.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/gui_loading.py b/gui/gui_loading.py
index a94e512..962733e 100644
--- a/gui/gui_loading.py
+++ b/gui/gui_loading.py
@@ -6,7 +6,7 @@ import time
from PySide6.QtCore import QTimer
from PySide6.QtWidgets import QDialog, QHBoxLayout, QLabel, QProgressBar, QVBoxLayout
-from gui.gui.gui_common import ensure_qt_app
+from gui.gui_common import ensure_qt_app
T = TypeVar("T")
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage