diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-19 02:12:57 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-19 02:12:57 +0000 |
| commit | ed40f6f85c9c07c3c1224ae20601082c0309a631 (patch) | |
| tree | 4082515a3e85107bd4a278b6613857b58da1770f /lib/python/Components/Clock.py | |
| parent | b3658b04216ed3974047b4c4ec885ee0161d9267 (diff) | |
| download | enigma2-ed40f6f85c9c07c3c1224ae20601082c0309a631.tar.gz enigma2-ed40f6f85c9c07c3c1224ae20601082c0309a631.zip | |
some python import cleanups
lesser swig overhead
Diffstat (limited to 'lib/python/Components/Clock.py')
| -rw-r--r-- | lib/python/Components/Clock.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/python/Components/Clock.py b/lib/python/Components/Clock.py index 95f29b16..9a6031e6 100644 --- a/lib/python/Components/Clock.py +++ b/lib/python/Components/Clock.py @@ -2,10 +2,7 @@ from HTMLComponent import * from GUIComponent import * from VariableText import * -#from enigma import eTimer -#from enigma import eLabel - -from enigma import * +from enigma import eTimer, eLabel import time # now some "real" components: |
