From fbbbf042f43b4fcdb8f50a4abd2e8fdc8d3a94a0 Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Tue, 15 Nov 2005 04:37:30 +0000 Subject: [PATCH] now we save the config here --- mytest.py | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.30.2