aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/state-machine/trafficlight/trafficlight.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/state-machine/trafficlight/trafficlight.py')
-rw-r--r--examples/widgets/state-machine/trafficlight/trafficlight.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/state-machine/trafficlight/trafficlight.py b/examples/widgets/state-machine/trafficlight/trafficlight.py
index 3964c4eb8..4bfced01f 100644
--- a/examples/widgets/state-machine/trafficlight/trafficlight.py
+++ b/examples/widgets/state-machine/trafficlight/trafficlight.py
@@ -147,4 +147,4 @@ if __name__ == '__main__':
widget = TrafficLight()
widget.resize(110, 300)
widget.show()
- sys.exit(app.exec_())
+ sys.exit(app.exec())