diff options
| author | Christian Tismer <tismer@stackless.com> | 2018-07-08 19:13:27 +0200 |
|---|---|---|
| committer | Christian Tismer <tismer@stackless.com> | 2018-07-09 17:56:19 +0000 |
| commit | 49bc243b3d681ce302e2f37d44cf2e1bf10b0418 (patch) | |
| tree | f415d02d544c7c9ba92fc9b619faa243e20694a1 /sources/pyside2/PySide2/support/signature/fix-complaints.py | |
| parent | 55d89709967354e606313a6078f580c8073a6dd8 (diff) | |
Adapt Licenses to Python 3.7.0
Certain Python files were no longer used when moved to Python 3.7.0 .
To finish that, these files are now also removed from the source.
As a consequence, qt-attribution files needed to be changed.
I took the chance to also update the license files to the new version.
Change-Id: If058d1013f1d8cb937ee0305a5eb21ae2ebdd4e0
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside2/PySide2/support/signature/fix-complaints.py')
| -rw-r--r-- | sources/pyside2/PySide2/support/signature/fix-complaints.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/PySide2/support/signature/fix-complaints.py b/sources/pyside2/PySide2/support/signature/fix-complaints.py index 76aa40b0f..fa2b44420 100644 --- a/sources/pyside2/PySide2/support/signature/fix-complaints.py +++ b/sources/pyside2/PySide2/support/signature/fix-complaints.py @@ -49,7 +49,7 @@ you are changing messages (what I did, of course :-) . import os -patched_modules = "inspect backport_inspect typing27 typing36" +patched_modules = "backport_inspect typing27" offending_words = { "behavio""ur": "behavior", |
