X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b3658b04216ed3974047b4c4ec885ee0161d9267..ed40f6f85c9c07c3c1224ae20601082c0309a631:/lib/python/Screens/PVRState.py diff --git a/lib/python/Screens/PVRState.py b/lib/python/Screens/PVRState.py index b2c8a4d9..f7b2abf7 100644 --- a/lib/python/Screens/PVRState.py +++ b/lib/python/Screens/PVRState.py @@ -3,8 +3,6 @@ from Screen import Screen from Components.Label import Label from Components.Sources.CurrentService import CurrentService -from enigma import * - class PVRState(Screen): def __init__(self, session): Screen.__init__(self, session)