aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/state-machine/trafficlight.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/state-machine/trafficlight.py')
-rw-r--r--examples/widgets/state-machine/trafficlight.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/widgets/state-machine/trafficlight.py b/examples/widgets/state-machine/trafficlight.py
index 3be9b457f..4aa8d560e 100644
--- a/examples/widgets/state-machine/trafficlight.py
+++ b/examples/widgets/state-machine/trafficlight.py
@@ -40,9 +40,9 @@
##
#############################################################################
-from PySide2.QtWidgets import *
-from PySide2.QtGui import *
-from PySide2.QtCore import *
+from PySide6.QtWidgets import *
+from PySide6.QtGui import *
+from PySide6.QtCore import *
class LightWidget(QWidget):
def __init__(self, color):