diff options
Diffstat (limited to 'lib/python/Components/Clock.py')
| -rw-r--r-- | lib/python/Components/Clock.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/python/Components/Clock.py b/lib/python/Components/Clock.py index 9a6031e6..ddd6ffb1 100644 --- a/lib/python/Components/Clock.py +++ b/lib/python/Components/Clock.py @@ -1,6 +1,6 @@ -from HTMLComponent import * -from GUIComponent import * -from VariableText import * +from HTMLComponent import HTMLComponent +from GUIComponent import GUIComponent +from VariableText import VariableText from enigma import eTimer, eLabel |
