summaryrefslogtreecommitdiff
path: root/examples/plotProfile.py
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2022-02-02 14:20:08 +0100
committerPicca Frédéric-Emmanuel <picca@debian.org>2022-02-02 14:20:08 +0100
commit57f0326e359e3cde2e07798962bb3338a4992f69 (patch)
tree391091598e3f0483063ba67ebd1477336a7b2d04 /examples/plotProfile.py
parent7e9ae6407baa168a6ac892d4da70488f85f203c7 (diff)
parent4e774db12d5ebe7a20eded6dd434a289e27999e5 (diff)
Update upstream source from tag 'upstream/1.0.0+dfsg'
Update to upstream version '1.0.0+dfsg' with Debian dir 4f303792de4ba2e28ebf523038bc9f0057d7f3a7
Diffstat (limited to 'examples/plotProfile.py')
-rw-r--r--examples/plotProfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/plotProfile.py b/examples/plotProfile.py
index 931f9b4..40e199a 100644
--- a/examples/plotProfile.py
+++ b/examples/plotProfile.py
@@ -201,7 +201,7 @@ def main():
app = qt.QApplication([])
widget = Example()
widget.show()
- app.exec_()
+ app.exec()
if __name__ == "__main__":
main()