From: Ronny Strutz Date: Tue, 15 Nov 2005 04:37:30 +0000 (+0000) Subject: now we save the config here X-Git-Tag: 2.6.0~5193 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/fbbbf042f43b4fcdb8f50a4abd2e8fdc8d3a94a0 now we save the config here --- diff --git a/mytest.py b/mytest.py index 593c5045..74aa2fd1 100644 --- a/mytest.py +++ b/mytest.py @@ -13,6 +13,8 @@ from Navigation import Navigation from skin import readSkin, applyAllAttributes +from Components.config import configfile + had = dict() def dump(dir, p = ""): @@ -163,6 +165,8 @@ def runScreenTest(): runMainloop() + configfile.save() + session.nav.shutdown() return 0