aboutsummaryrefslogtreecommitdiffstats
path: root/examples/3d/simple3d/simple3d.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/3d/simple3d/simple3d.py')
-rw-r--r--examples/3d/simple3d/simple3d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/3d/simple3d/simple3d.py b/examples/3d/simple3d/simple3d.py
index 15bd1600b..3b199c1b3 100644
--- a/examples/3d/simple3d/simple3d.py
+++ b/examples/3d/simple3d/simple3d.py
@@ -162,4 +162,4 @@ if __name__ == '__main__':
app = QGuiApplication(sys.argv)
view = Window()
view.show()
- sys.exit(app.exec_())
+ sys.exit(app.exec())