Sat, 29 Jan 2022 17:43:20 +0100
Changed some code to not call QCoreApplication.processEvents() too often.
8166 | 1 | # -*- coding: utf-8 -*- |
2 | ||
8881
54e42bc2437a
Updated copyright for 2022.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8312
diff
changeset
|
3 | # Copyright (c) 2021 - 2022 Detlev Offenbach <detlev@die-offenbachs.de> |
8166 | 4 | # |
5 | ||
6 | """ | |
7 | Package implementing the checker for functions that can be replaced by use of | |
8 | the pathlib module. | |
9 | """ |