diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-07-21 14:12:35 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-07-21 14:12:35 +0000 |
| commit | e0b75762ccbcf059f0d1dd9541e42250ee12122d (patch) | |
| tree | 095f461ab30e90eb7a55a76b44cb8bf0b7303ae4 /lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py | |
| parent | 753161b26ec6d7d068e61e6ce7063369740476a0 (diff) | |
| download | enigma2-e0b75762ccbcf059f0d1dd9541e42250ee12122d.tar.gz enigma2-e0b75762ccbcf059f0d1dd9541e42250ee12122d.zip | |
fix typo
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py b/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py index 2c29cbae..edc620d7 100644 --- a/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py +++ b/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py @@ -11,7 +11,7 @@ from Screens.ServiceScan import ServiceScan from Screens.MessageBox import MessageBox from Tools.Directories import resolveFilename, SCOPE_CONFIG, copyfile #from Screens.Screen import Screen -from file import unlink +from os import unlink from enigma import eTimer, eDVBDB class DefaultServiceScan(ServiceScan): |
