aboutsummaryrefslogtreecommitdiff
path: root/tests/events.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-03-26 18:25:29 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-03-26 18:25:29 +0000
commit2395020c4aa511e2dc1e0dbd0dcb03073b809591 (patch)
tree911d022b344863ac46226c2fa4cd034a70aad485 /tests/events.py
parent190bff9a042beabcb620605e3883191bd749859f (diff)
downloadenigma2-2395020c4aa511e2dc1e0dbd0dcb03073b809591.tar.gz
enigma2-2395020c4aa511e2dc1e0dbd0dcb03073b809591.zip
speed up things a bit by disabling sleeptimer
Diffstat (limited to 'tests/events.py')
-rw-r--r--tests/events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/events.py b/tests/events.py
index 83d7f2b8..dde84e26 100644
--- a/tests/events.py
+++ b/tests/events.py
@@ -45,7 +45,7 @@ def end_log(test_name):
f.write(results)
f.close()
- print expected, results
+ print results
if expected is not None:
print "expected:"