aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-15 04:37:30 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-15 04:37:30 +0000
commitfbbbf042f43b4fcdb8f50a4abd2e8fdc8d3a94a0 (patch)
tree49444de93cd5039d88ae71a4a1138acf63b2faeb
parenteaf7dc217cb2f3ec7036f5442d0096d0aacd13db (diff)
downloadenigma2-fbbbf042f43b4fcdb8f50a4abd2e8fdc8d3a94a0.tar.gz
enigma2-fbbbf042f43b4fcdb8f50a4abd2e8fdc8d3a94a0.zip
now we save the config here
-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