fixed biggest bug ever
[enigma2.git] / lib / python / Screens / __init__.py
index fd5811c4afe93ef18660071da005bca0744e0ead..ed5c07e6bce427ccf4b7d333733ce4bd7f434009 100644 (file)
@@ -2,4 +2,5 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu",
        "InfoBar", "MessageBox", "Menu", "MovieSelection", 
        "ScartLoopThrough", "Screen", "ServiceScan", "About",
        "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu",
-       "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py" ]
+       "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py",
+       "EpgSelection"]