add standby
authorRonny Strutz <ronny.strutz@multimedia-labs.de>
Sat, 12 Nov 2005 18:28:54 +0000 (18:28 +0000)
committerRonny Strutz <ronny.strutz@multimedia-labs.de>
Sat, 12 Nov 2005 18:28:54 +0000 (18:28 +0000)
lib/python/Screens/Makefile.am
lib/python/Screens/__init__.py

index 97e202f2ce30b196f72079e83883713fe56e3f6a..bebf965a73a3915441498f3502d75c37014107f9 100644 (file)
@@ -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
index fd7b40c091ed8176fa8b462cd7568bd1745f16fe..fff5b49fe9e496994c77a53a36cd0ee0a5ca8449 100644 (file)
@@ -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"]