diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-10-26 20:16:16 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-10-26 20:16:16 +0000 |
| commit | 85d9c9888483749617edd6fa87064e4885468e1f (patch) | |
| tree | 3cec1ec1e6fa4e2915ed2133a442ebcccc439c00 /lib/python/Components/PluginComponent.py | |
| parent | 23691fe810680be36c37c3d9463382a0d3477a12 (diff) | |
| download | enigma2-85d9c9888483749617edd6fa87064e4885468e1f.tar.gz enigma2-85d9c9888483749617edd6fa87064e4885468e1f.zip | |
fix skipping broken plugins
Diffstat (limited to 'lib/python/Components/PluginComponent.py')
| -rw-r--r-- | lib/python/Components/PluginComponent.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/PluginComponent.py b/lib/python/Components/PluginComponent.py index 4356456c..e90dcf03 100644 --- a/lib/python/Components/PluginComponent.py +++ b/lib/python/Components/PluginComponent.py @@ -1,5 +1,6 @@ import os import traceback +import sys from Tools.Directories import * from Tools.Import import my_import |
