fix os import
authorFelix Domke <tmbinc@elitedvb.net>
Sun, 22 Jul 2007 18:27:34 +0000 (18:27 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Sun, 22 Jul 2007 18:27:34 +0000 (18:27 +0000)
lib/python/Screens/MediaPlayer.py

index a378dafdc7acb375fc718086a34ae2a79aa29fff..56805b262cccd3116b3395b3a6fc3b712222c971 100644 (file)
@@ -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