diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-01-15 20:19:14 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-01-15 20:19:14 +0000 |
| commit | 60a9bcb6f7b0e928a836dccd1008b82f837a0461 (patch) | |
| tree | 298c9d6ab3772176578646c6887df38b11241580 /mytest.py | |
| parent | e68ab3a6255de286aad4f503ee9929d0c503ebcc (diff) | |
| download | enigma2-60a9bcb6f7b0e928a836dccd1008b82f837a0461.tar.gz enigma2-60a9bcb6f7b0e928a836dccd1008b82f837a0461.zip | |
use timedifference from eDVBLocalTimeHandler for time() calls in python
Diffstat (limited to 'mytest.py')
| -rw-r--r-- | mytest.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -from Tools import RedirectOutput +from Tools import RedirectOutput, RedirectTime from enigma import runMainloop, eDVBDB, eTimer, quitMainloop, eDVBVolumecontrol, \ getDesktop, ePythonConfigQuery, eAVSwitch, eWindow, eServiceEvent from tools import * |
