From: Ronny Strutz Date: Sat, 12 Nov 2005 18:28:54 +0000 (+0000) Subject: add standby X-Git-Tag: 2.6.0~5301 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/47d8b92ec24731d30ed5410e49cad01542eb0203 add standby --- diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am index 97e202f2..bebf965a 100644 --- a/lib/python/Screens/Makefile.am +++ b/lib/python/Screens/Makefile.am @@ -5,4 +5,4 @@ install_PYTHON = \ MessageBox.py ScartLoopThrough.py Screen.py ServiceScan.py TimerEdit.py \ MovieSelection.py Setup.py About.py HarddiskSetup.py FixedMenu.py \ Satconfig.py ScanSetup.py NetworkSetup.py Ci.py TimerEntry.py Volume.py \ - EpgSelection.py EventView.py Mute.py __init__.py + EpgSelection.py EventView.py Mute.py Standby.py __init__.py diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index fd7b40c0..fff5b49f 100644 --- a/lib/python/Screens/__init__.py +++ b/lib/python/Screens/__init__.py @@ -3,4 +3,4 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", "ScartLoopThrough", "Screen", "ServiceScan", "About", "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu", "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py", - "EpgSelection", "EventView"] + "EpgSelection", "EventView", "Standby"]