summaryrefslogtreecommitdiff
path: root/examples/syncPlotLocation.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/syncPlotLocation.py')
-rw-r--r--examples/syncPlotLocation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/syncPlotLocation.py b/examples/syncPlotLocation.py
index 55332bc..83c1ade 100644
--- a/examples/syncPlotLocation.py
+++ b/examples/syncPlotLocation.py
@@ -102,4 +102,4 @@ if __name__ == "__main__":
window = SyncPlot()
window.setAttribute(qt.Qt.WA_DeleteOnClose, True)
window.setVisible(True)
- app.exec_()
+ app.exec()