From 1fceed1fc3565080eef556c9b71498780aa94bf2 Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Tue, 27 Oct 2020 20:12:12 +0100 Subject: examples: Remove Python 2.7 and <3.6 related code * removing from __future__ import ... * updating CMakeLists.txt files * removing special if-else for Python 2 and 3 Change-Id: I8a34b06b6b384ebc5323f20f7c15c357a5be6d62 Reviewed-by: Christian Tismer Reviewed-by: Friedemann Kleint --- examples/declarative/usingmodel.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/declarative/usingmodel.py') diff --git a/examples/declarative/usingmodel.py b/examples/declarative/usingmodel.py index 9b67bd0d4..3d5e8be32 100644 --- a/examples/declarative/usingmodel.py +++ b/examples/declarative/usingmodel.py @@ -39,8 +39,6 @@ ## ############################################################################# -from __future__ import print_function - import os import sys from PySide2.QtCore import QAbstractListModel, Qt, QUrl, QByteArray -- cgit v1.2.3