aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-10-11 12:03:06 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-10-11 12:03:06 +0000
commitfa6b98e79b2c237c44744d6dfea491e2b809df77 (patch)
treeae26a6a2fca58d8d5982ee5e47eba8e34ab2962d /lib
parent00edbc7f8a182144949984674a5553024c8ec953 (diff)
downloadenigma2-fa6b98e79b2c237c44744d6dfea491e2b809df77.tar.gz
enigma2-fa6b98e79b2c237c44744d6dfea491e2b809df77.zip
removing deleted module from __init__.py (EventInfo)
Diffstat (limited to 'lib')
-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 f37827d6..60899d46 100644
--- a/lib/python/Components/__init__.py
+++ b/lib/python/Components/__init__.py
@@ -1,5 +1,5 @@
-__all__ = ["ActionMap", "Button", "Clock", "ConfigList", "EventInfo",
+__all__ = ["ActionMap", "Button", "Clock", "ConfigList",
"GUIComponent", "GUISkin", "HTMLComponent", "HTMLSkin", "Header",
"Label", "MenuList", "PerServiceDisplay", "ProgressBar", "ServiceList",
"ServiceName", "ServiceScan", "VariableText", "VariableValue", "VolumeBar",