From 47d8b92ec24731d30ed5410e49cad01542eb0203 Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Sat, 12 Nov 2005 18:28:54 +0000 Subject: [PATCH] add standby --- lib/python/Screens/Makefile.am | 2 +- lib/python/Screens/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am index 97e202f..bebf965 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 fd7b40c..fff5b49 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"] -- 2.7.4