aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/effects/lighting.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/effects/lighting.py')
-rw-r--r--examples/widgets/effects/lighting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/effects/lighting.py b/examples/widgets/effects/lighting.py
index 44856b20b..ec8f945e1 100644
--- a/examples/widgets/effects/lighting.py
+++ b/examples/widgets/effects/lighting.py
@@ -144,4 +144,4 @@ if __name__ == '__main__':
lighting.resize(640, 480)
lighting.show()
- sys.exit(app.exec_())
+ sys.exit(app.exec())