From: Stefan Pluecken Date: Wed, 11 Oct 2006 12:03:06 +0000 (+0000) Subject: removing deleted module from __init__.py (EventInfo) X-Git-Tag: 2.6.0~2936 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/fa6b98e79b2c237c44744d6dfea491e2b809df77 removing deleted module from __init__.py (EventInfo) --- 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",