From 7cdca2a2cfb44ad34a3b36fb589f02b861c411c3 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sun, 30 Sep 2007 15:05:39 +0000 Subject: replace some more Clock() by ObsoleteSource redirect (and fix skin_default), by Moritz Venn --- lib/python/Screens/Standby.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/python/Screens/Standby.py') diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py index b572bd80..43c95dbd 100644 --- a/lib/python/Screens/Standby.py +++ b/lib/python/Screens/Standby.py @@ -3,7 +3,7 @@ from Components.ActionMap import ActionMap from Components.config import config from Components.AVSwitch import AVSwitch from enigma import eDVBVolumecontrol, eDBoxLCD -from Components.Sources.Clock import Clock +from Components.Sources.Source import ObsoleteSource inStandby = None @@ -72,14 +72,14 @@ class Standby(Screen): class StandbySummary(Screen): skin = """ - + """ def __init__(self, session, parent): Screen.__init__(self, session) - self["CurrentTime"] = Clock() + self["CurrentTime"] = ObsoleteSource(new_source = "global.CurrentTime", removal_date = "2008-01") from enigma import quitMainloop, iRecordableService from Screens.MessageBox import MessageBox -- cgit v1.2.3