aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/state-machine/factstates/factstates.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/state-machine/factstates/factstates.py')
-rw-r--r--examples/widgets/state-machine/factstates/factstates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/state-machine/factstates/factstates.py b/examples/widgets/state-machine/factstates/factstates.py
index 053e89908..e8ca0ef43 100644
--- a/examples/widgets/state-machine/factstates/factstates.py
+++ b/examples/widgets/state-machine/factstates/factstates.py
@@ -124,4 +124,4 @@ if __name__ == '__main__':
machine.finished.connect(app.quit)
machine.start()
- sys.exit(app.exec_())
+ sys.exit(app.exec())