aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/__init__.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-12-17 22:45:57 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-12-17 22:45:57 +0000
commitba1b105a176e5f62faf9d6d1f4c1a4c19764a2e4 (patch)
tree6981461e8aa1d115ee40dacf4accceb977830cfa /lib/python/Components/__init__.py
parentbbd916fde5e3d4b36dc8c96bfd2c63a524a4ef4c (diff)
downloadenigma2-ba1b105a176e5f62faf9d6d1f4c1a4c19764a2e4.tar.gz
enigma2-ba1b105a176e5f62faf9d6d1f4c1a4c19764a2e4.zip
replace software update plugin with a more user friendly approach
add an ipkg python class
Diffstat (limited to 'lib/python/Components/__init__.py')
-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 60899d46..e44bd070 100644
--- a/lib/python/Components/__init__.py
+++ b/lib/python/Components/__init__.py
@@ -8,4 +8,4 @@ __all__ = ["ActionMap", "Button", "Clock", "ConfigList",
"IPNameserver", "Network", "RFmon", "DiskInfo", "NimManager", "TimerEntry",
"Lcd", "EpgList" "ScrollLabel", "Timezones", "HelpMenuList", "TimerSanityCheck",
"FileList", "MultiContent", "TunerInfo", "ChoiceList", "Playlist",
- "ParentalControl" ]
+ "ParentalControl", "NIMSimulator" ]