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/installer_test/hello.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/installer_test') diff --git a/examples/installer_test/hello.py b/examples/installer_test/hello.py index 3aa7a1564..c03fe1311 100644 --- a/examples/installer_test/hello.py +++ b/examples/installer_test/hello.py @@ -1,4 +1,3 @@ -# This Python file uses the following encoding: utf-8 # It has been edited by fix-complaints.py . ############################################################################# @@ -52,7 +51,6 @@ test PyInstaller. See testing/wheel_tester.py . When used with PyInstaller, it automatically stops its execution after 2 seconds. """ -from __future__ import print_function import sys import random -- cgit v1.2.3