aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/appchooser/appchooser.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation/appchooser/appchooser.py')
-rw-r--r--examples/widgets/animation/appchooser/appchooser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/animation/appchooser/appchooser.py b/examples/widgets/animation/appchooser/appchooser.py
index 046da7243..0782211d2 100644
--- a/examples/widgets/animation/appchooser/appchooser.py
+++ b/examples/widgets/animation/appchooser/appchooser.py
@@ -134,4 +134,4 @@ if __name__ == '__main__':
window.resize(300, 300)
window.show()
- sys.exit(app.exec_())
+ sys.exit(app.exec())