aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-10 15:43:16 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-10 15:43:16 +0000
commit080311b9d58865489316e21a279a50cc4ec49c39 (patch)
treefb9151a239507366b4dc4d8322cd51d8be1698a0 /lib/python/Components
parent68662a7ac01638b0f164e8fbcf512bda45406158 (diff)
downloadenigma2-080311b9d58865489316e21a279a50cc4ec49c39.tar.gz
enigma2-080311b9d58865489316e21a279a50cc4ec49c39.zip
fixed biggest bug ever
fixed biggest bug ever
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/__init__.py b/lib/python/Components/__init__.py
index b764eb89..f501b907 100644
--- a/lib/python/Components/__init__.py
+++ b/lib/python/Components/__init__.py
@@ -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"]