From 9382b01a2f6ff8ff294fe73f2d27b24f5c8dfb3c Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Sat, 25 Aug 2018 17:06:06 +0200 Subject: Make signature module unconditional After the signature module has been around for quite a while, there is no longer a reason to leave it optional. At the same time, we set the minimum Python 3 version to 3.5 . Some comments are reworked as well, but nothing real changed. Task-number: PYSIDE-510 Change-Id: I9e960f390d507d24bb45f7028838755fe23e751d Reviewed-by: Friedemann Kleint --- sources/pyside2/PySide2/support/signature/mapping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/pyside2/PySide2/support/signature/mapping.py') diff --git a/sources/pyside2/PySide2/support/signature/mapping.py b/sources/pyside2/PySide2/support/signature/mapping.py index 7151af8bb..dd3df0988 100644 --- a/sources/pyside2/PySide2/support/signature/mapping.py +++ b/sources/pyside2/PySide2/support/signature/mapping.py @@ -40,7 +40,7 @@ from __future__ import print_function, absolute_import """ -signature_mapping.py +mapping.py This module has the mapping from the pyside C-modules view of signatures to the Python representation. -- cgit v1.2.3