diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-12-19 12:34:18 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-12-19 12:34:18 +0000 |
| commit | 731b74fb5560df6554e586feeec2a5af08058222 (patch) | |
| tree | c356e80cee171d020f0b50bcc4d539a5756dc405 /lib/python/Plugins/SystemPlugins | |
| parent | ad4f6abca583cdb5daaf066c67da436f0d8d8761 (diff) | |
| download | enigma2-731b74fb5560df6554e586feeec2a5af08058222.tar.gz enigma2-731b74fb5560df6554e586feeec2a5af08058222.zip | |
add missing import
Diffstat (limited to 'lib/python/Plugins/SystemPlugins')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py b/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py index 18ffd994..b0418de0 100755 --- a/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py +++ b/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py @@ -12,6 +12,7 @@ from Tools.Directories import SCOPE_SKIN from Components.config import config from os import path, walk +from enigma import quitMainloop class SkinSelector(Screen): # for i18n: |
