diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-12-07 23:47:49 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-12-07 23:47:49 +0000 |
| commit | 69600a7a1779402fd2d1a2eee4b313590d5824fe (patch) | |
| tree | 60e449f7968c6c0303cf38122aad5dfcf8a0f9d8 /lib/python | |
| parent | f7679e5768e5ad1f8ba3aa8c011508080efb14d5 (diff) | |
| download | enigma2-69600a7a1779402fd2d1a2eee4b313590d5824fe.tar.gz enigma2-69600a7a1779402fd2d1a2eee4b313590d5824fe.zip | |
add config.plugins subsection
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/Plugin.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Plugins/Plugin.py b/lib/python/Plugins/Plugin.py index 3a79e396..de3ec4f0 100644 --- a/lib/python/Plugins/Plugin.py +++ b/lib/python/Plugins/Plugin.py @@ -1,4 +1,7 @@ from enigma import loadPNG +from Components.config import ConfigSubsection, config + +config.plugins = ConfigSubsection() class PluginDescriptor: """An object to describe a plugin.""" |
