diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-15 04:37:30 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-15 04:37:30 +0000 |
| commit | fbbbf042f43b4fcdb8f50a4abd2e8fdc8d3a94a0 (patch) | |
| tree | 49444de93cd5039d88ae71a4a1138acf63b2faeb | |
| parent | eaf7dc217cb2f3ec7036f5442d0096d0aacd13db (diff) | |
| download | enigma2-fbbbf042f43b4fcdb8f50a4abd2e8fdc8d3a94a0.tar.gz enigma2-fbbbf042f43b4fcdb8f50a4abd2e8fdc8d3a94a0.zip | |
now we save the config here
| -rw-r--r-- | mytest.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
