fixed biggest bug ever
authorRonny Strutz <ronny.strutz@multimedia-labs.de>
Thu, 10 Nov 2005 15:43:16 +0000 (15:43 +0000)
committerRonny Strutz <ronny.strutz@multimedia-labs.de>
Thu, 10 Nov 2005 15:43:16 +0000 (15:43 +0000)
fixed biggest bug ever

lib/python/Components/__init__.py
lib/python/Screens/__init__.py

index b764eb89a1831bb38ed7ac78b92a25d1698aadc6..f501b907606bdad17008db54f70997194d5686f5 100644 (file)
@@ -6,4 +6,4 @@ __all__ = ["ActionMap", "Button", "Clock", "ConfigList", "EventInfo",
        "components", "config", "TimerList", "TimeInput", "MovieList", 
        "InputDevice",  "ServicePosition", "IPAddress", "VariableIP", "IPGateway",
        "IPNameserver", "Network", "RFmon", "DiskInfo", "NimManager", "TimerEntry",
-       "Lcd"]
+       "Lcd", "EpgList"]
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"]