From 50061290756323ff339bd0473e67117c8191d130 Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Thu, 20 Jun 2024 13:38:14 +0200 Subject: Python-3.10: Allow the new syntax for Python 3.9 Add a future statement to all Python source files. Task-number: PYSIDE-2786 Change-Id: Icd6688c7795a9e16fdcaa829686d57792df27690 Reviewed-by: Adrian Herrmann --- examples/widgets/dialogs/classwizard/classwizard.py | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/widgets/dialogs/classwizard/classwizard.py') diff --git a/examples/widgets/dialogs/classwizard/classwizard.py b/examples/widgets/dialogs/classwizard/classwizard.py index 0efbde69f..d956ec7c5 100644 --- a/examples/widgets/dialogs/classwizard/classwizard.py +++ b/examples/widgets/dialogs/classwizard/classwizard.py @@ -1,6 +1,7 @@ # Copyright (C) 2013 Riverbank Computing Limited. # Copyright (C) 2022 The Qt Company Ltd. # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause +from __future__ import annotations import os from pathlib import Path -- cgit v1.2.3