aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mytest.py4
1 files changed, 4 insertions, 0 deletions
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