git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add a small text input component
[enigma2.git]
/
lib
/
python
/
Screens
/
__init__.py
diff --git
a/lib/python/Screens/__init__.py
b/lib/python/Screens/__init__.py
index 82a4856f3b0a3a17e98d18f8171f67758d9d1542..bb1428f141dd5bb2bf4dfd7574252463a3aa3845 100644
(file)
--- a/
lib/python/Screens/__init__.py
+++ b/
lib/python/Screens/__init__.py
@@
-2,4
+2,6
@@
__all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu",
"InfoBar", "MessageBox", "Menu", "MovieSelection",
"ScartLoopThrough", "Screen", "ServiceScan", "About",
"TimerEdit", "Setup", "HarddiskSetup", "FixedMenu",
"InfoBar", "MessageBox", "Menu", "MovieSelection",
"ScartLoopThrough", "Screen", "ServiceScan", "About",
"TimerEdit", "Setup", "HarddiskSetup", "FixedMenu",
- "Satconfig" ]
+ "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py",
+ "EpgSelection", "EventView", "Standby", "ServiceInfo",
+ "AudioSelection", "SubserviceSelection", "InfoBarGenerics", "HelpMenu", "Wizard"]