From 4e774db12d5ebe7a20eded6dd434a289e27999e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Wed, 2 Feb 2022 14:19:58 +0100 Subject: New upstream version 1.0.0+dfsg --- examples/imageStack.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/imageStack.py') diff --git a/examples/imageStack.py b/examples/imageStack.py index 0437a6e..4c211b5 100644 --- a/examples/imageStack.py +++ b/examples/imageStack.py @@ -2,7 +2,7 @@ # coding: utf-8 # /*########################################################################## # -# Copyright (c) 2016-2018 European Synchrotron Radiation Facility +# Copyright (c) 2016-2021 European Synchrotron Radiation Facility # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -132,7 +132,7 @@ def main(): urls = create_datasets(folder=dataset_folder) widget.setUrls(urls=urls) widget.show() - qapp.exec_() + qapp.exec() widget.close() shutil.rmtree(dataset_folder) -- cgit v1.2.3