aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/states/states.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation/states/states.py')
-rw-r--r--examples/widgets/animation/states/states.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/animation/states/states.py b/examples/widgets/animation/states/states.py
index 4e9343e13..d134f29b6 100644
--- a/examples/widgets/animation/states/states.py
+++ b/examples/widgets/animation/states/states.py
@@ -270,4 +270,4 @@ if __name__ == '__main__':
view = QGraphicsView(scene)
view.show()
- sys.exit(app.exec_())
+ sys.exit(app.exec())