diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-12 18:28:54 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-12 18:28:54 +0000 |
| commit | 47d8b92ec24731d30ed5410e49cad01542eb0203 (patch) | |
| tree | a09a6ec05a0062f067bfd48274af46823c615987 /lib/python | |
| parent | fdd708fdeb5ddbb23b471a4a309d7f107a3c67b3 (diff) | |
| download | enigma2-47d8b92ec24731d30ed5410e49cad01542eb0203.tar.gz enigma2-47d8b92ec24731d30ed5410e49cad01542eb0203.zip | |
add standby
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/Makefile.am | 2 | ||||
| -rw-r--r-- | 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 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"] |
