aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-27 14:48:43 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-27 14:48:43 +0000
commitd0af96f7a28831d6f8c11fb224d483e6eb92b677 (patch)
treebb8382da168f07554cac20e76a6ddb1a20b5a1ff /mytest.py
parent7542f853b1a682ad9bf21b592f26e31e3b64521c (diff)
downloadenigma2-d0af96f7a28831d6f8c11fb224d483e6eb92b677.tar.gz
enigma2-d0af96f7a28831d6f8c11fb224d483e6eb92b677.zip
add support for cyclic garbage collection to eConsoleAppContainer
Diffstat (limited to 'mytest.py')
-rw-r--r--mytest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mytest.py b/mytest.py
index 810edd00..b40552cc 100644
--- a/mytest.py
+++ b/mytest.py
@@ -1,7 +1,9 @@
+import eConsoleImpl
import eBaseImpl
import enigma
enigma.eTimer = eBaseImpl.eTimer
enigma.eSocketNotifier = eBaseImpl.eSocketNotifier
+enigma.eConsoleAppContainer = eConsoleImpl.eConsoleAppContainer
from Tools.Profile import profile, profile_final