From fa6b98e79b2c237c44744d6dfea491e2b809df77 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Wed, 11 Oct 2006 12:03:06 +0000 Subject: [PATCH] removing deleted module from __init__.py (EventInfo) --- lib/python/Components/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.30.2