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 b764eb8..f501b90 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",
        "components", "config", "TimerList", "TimeInput", "MovieList", 
        "InputDevice",  "ServicePosition", "IPAddress", "VariableIP", "IPGateway",
        "IPNameserver", "Network", "RFmon", "DiskInfo", "NimManager", "TimerEntry",
-       "Lcd"]
+       "Lcd", "EpgList"]
index fd5811c..ed5c07e 100644 (file)
@@ -2,4 +2,5 @@ __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", "Scanconfig", "Ci.py", "Volume.py", "Mute.py" ]
+       "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py",
+       "EpgSelection"]