aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/gallery/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/gallery/main.py')
-rw-r--r--examples/widgets/gallery/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/gallery/main.py b/examples/widgets/gallery/main.py
index cbc499244..c3602321b 100644
--- a/examples/widgets/gallery/main.py
+++ b/examples/widgets/gallery/main.py
@@ -53,4 +53,4 @@ if __name__ == '__main__':
app = QApplication()
gallery = WidgetGallery()
gallery.show()
- sys.exit(app.exec_())
+ sys.exit(app.exec())