diff options
Diffstat (limited to 'examples/widgets/animation/easing/easing.py')
| -rw-r--r-- | examples/widgets/animation/easing/easing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/animation/easing/easing.py b/examples/widgets/animation/easing/easing.py index 6450730d0..24d37bd55 100644 --- a/examples/widgets/animation/easing/easing.py +++ b/examples/widgets/animation/easing/easing.py @@ -266,4 +266,4 @@ if __name__ == '__main__': w = Window() w.resize(600, 600) w.show() - sys.exit(app.exec_()) + sys.exit(app.exec()) |
