aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/__init__.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-08-17 02:14:32 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-08-17 02:14:32 +0000
commit17647e30993cc20d8f94f2de4a0bc78ce6b593cb (patch)
tree103d142781542b1339b4faab1e16125759325090 /lib/python/Components/__init__.py
parent779cb6e326391280631d0b486957d5e576eb23ea (diff)
downloadenigma2-17647e30993cc20d8f94f2de4a0bc78ce6b593cb.tar.gz
enigma2-17647e30993cc20d8f94f2de4a0bc78ce6b593cb.zip
- add ServicePosition
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 9f15abd4..8453ced5 100644
--- a/lib/python/Components/__init__.py
+++ b/lib/python/Components/__init__.py
@@ -3,5 +3,5 @@ __all__ = ["ActionMap", "Button", "Clock", "ConfigList", "EventInfo",
"GUIComponent", "GUISkin", "HTMLComponent", "HTMLSkin", "Header",
"Label", "MenuList", "PerServiceDisplay", "ProgressBar", "ServiceList",
"ServiceName", "ServiceScan", "VariableText", "VariableValue", "VolumeBar",
- "components", "config", "TimerList", "TimeInput", "MovieList" ]
+ "components", "config", "TimerList", "TimeInput", "MovieList", "ServicePosition" ]