add Volume.py to the mysterious __init__.py
[enigma2.git] / lib / python / Screens / __init__.py
index c91f5f5766524dc7efc95a1668a51fd81b688c76..dfb78a63d44cb00e96339a15ce9747568e41da18 100644 (file)
@@ -1,4 +1,5 @@
 __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", 
-       "InfoBar", "MessageBox", "Menu", "ScartLoopThrough", "Screen", "ServiceScan",
-       "TimerEdit"]
-
+       "InfoBar", "MessageBox", "Menu", "MovieSelection", 
+       "ScartLoopThrough", "Screen", "ServiceScan", "About",
+       "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu",
+       "Satconfig", "Scanconfig", "Ci.py", "Volume.py" ]