aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/MediaPlayer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/MediaPlayer.py b/lib/python/Screens/MediaPlayer.py
index a378dafd..56805b26 100644
--- a/lib/python/Screens/MediaPlayer.py
+++ b/lib/python/Screens/MediaPlayer.py
@@ -1,4 +1,4 @@
-for os import path as os_path, os_remove, os_listdir
+from os import path as os_path, remove as os_remove, listdir as os_listdir
from time import strftime
from enigma import eTimer, iPlayableService, eServiceCenter, iServiceInformation
from Screens.Screen import Screen