From 8bc5f9c989e2e9a558d9f17544fd2ecb406253a5 Mon Sep 17 00:00:00 2001 From: IanSav Date: Tue, 20 Jun 2023 20:49:48 +1000 Subject: [PATCH] [MultiContent.py] Remove unneeded import --- lib/python/Components/MultiContent.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/python/Components/MultiContent.py b/lib/python/Components/MultiContent.py index 49ecb8160ae..70207c832d0 100644 --- a/lib/python/Components/MultiContent.py +++ b/lib/python/Components/MultiContent.py @@ -1,4 +1,3 @@ -from __future__ import print_function from enigma import GRADIENT_VERTICAL, RT_HALIGN_LEFT, RT_VALIGN_TOP, eListboxPythonMultiContent from skin import parseColor