From b78e5bd771f0d5a81692bc95f76929b092edf2f6 Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Tue, 27 Oct 2020 20:33:53 +0100 Subject: testing: remove __future__ and Python2 references Change-Id: I80079d8a0956e3cc9b27ceb5b5ea2cfc6c9c9449 Reviewed-by: Christian Tismer Reviewed-by: Friedemann Kleint --- testing/command.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'testing/command.py') diff --git a/testing/command.py b/testing/command.py index 819fee8ce..f58bb7d81 100644 --- a/testing/command.py +++ b/testing/command.py @@ -37,8 +37,6 @@ ## ############################################################################# -from __future__ import print_function - """ testrunner ========== -- cgit v1.2.3