aboutsummaryrefslogtreecommitdiff
path: root/gui/tab_teams.py
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-04-09 21:21:58 +0200
committerlonkaars <loek@pipeframe.xyz>2023-04-09 21:21:58 +0200
commit8a32646063bf0ff70b0560b192189e171e376717 (patch)
treecf70cf53367ea9ef04d46eadc934c0d2ba93ce4b /gui/tab_teams.py
parent6d5c0901baf7a96e36e5e075b52970e0df2ccf19 (diff)
more application
Diffstat (limited to 'gui/tab_teams.py')
-rw-r--r--gui/tab_teams.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/tab_teams.py b/gui/tab_teams.py
index 2b25900..a96b3e2 100644
--- a/gui/tab_teams.py
+++ b/gui/tab_teams.py
@@ -1,6 +1,6 @@
import os
-from PyQt6.QtGui import *
-from PyQt6.QtWidgets import *
+from PySide6.QtGui import *
+from PySide6.QtWidgets import *
class TabTeams(QWidget):
def __init__(self, parent=None):