aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-07-21 14:12:35 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-07-21 14:12:35 +0000
commite0b75762ccbcf059f0d1dd9541e42250ee12122d (patch)
tree095f461ab30e90eb7a55a76b44cb8bf0b7303ae4 /lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py
parent753161b26ec6d7d068e61e6ce7063369740476a0 (diff)
downloadenigma2-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.py2
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):