diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-10-11 12:03:06 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-10-11 12:03:06 +0000 |
| commit | fa6b98e79b2c237c44744d6dfea491e2b809df77 (patch) | |
| tree | ae26a6a2fca58d8d5982ee5e47eba8e34ab2962d /lib/python | |
| parent | 00edbc7f8a182144949984674a5553024c8ec953 (diff) | |
| download | enigma2-fa6b98e79b2c237c44744d6dfea491e2b809df77.tar.gz enigma2-fa6b98e79b2c237c44744d6dfea491e2b809df77.zip | |
removing deleted module from __init__.py (EventInfo)
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/__init__.py | 2 |
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", |
