diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-29 13:30:18 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-29 13:30:18 +0100 |
| commit | abc94b7a0600bc3580102f28d26c27b25ffbdba1 (patch) | |
| tree | 05d07353cdefd55a30e4d179dd6a82c15164c2eb /lib/python/Screens | |
| parent | 618000daa18e5a321e6f6c3095b3b05b71521e18 (diff) | |
| download | enigma2-abc94b7a0600bc3580102f28d26c27b25ffbdba1.tar.gz enigma2-abc94b7a0600bc3580102f28d26c27b25ffbdba1.zip | |
import SystemInfo one time is enough
Diffstat (limited to 'lib/python/Screens')
| -rw-r--r-- | lib/python/Screens/TimerEntry.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Screens/TimerEntry.py b/lib/python/Screens/TimerEntry.py index d7ba73d7..b231b568 100644 --- a/lib/python/Screens/TimerEntry.py +++ b/lib/python/Screens/TimerEntry.py @@ -10,7 +10,6 @@ from Components.Label import Label from Components.Pixmap import Pixmap from Components.SystemInfo import SystemInfo from Components.UsageConfig import defaultMoviePath -from Components.SystemInfo import SystemInfo from Screens.MovieSelection import getPreferredTagEditor from Screens.LocationBox import MovieLocationBox from Screens.ChoiceBox import ChoiceBox |
