aboutsummaryrefslogtreecommitdiffstats
path: root/examples/external/matplotlib/widget3d/widget3d.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/external/matplotlib/widget3d/widget3d.py')
-rw-r--r--examples/external/matplotlib/widget3d/widget3d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/external/matplotlib/widget3d/widget3d.py b/examples/external/matplotlib/widget3d/widget3d.py
index 874e7e439..1996bf699 100644
--- a/examples/external/matplotlib/widget3d/widget3d.py
+++ b/examples/external/matplotlib/widget3d/widget3d.py
@@ -239,4 +239,4 @@ if __name__ == "__main__":
w = ApplicationWindow()
w.setFixedSize(1280, 720)
w.show()
- app.exec_()
+ app.exec()