From: Stefanos Harhalakis Date: Fri, 14 Jan 2011 00:10:56 +0000 (+0000) Subject: Fix for config saving. X-Git-Url: http://vcs.maemo.org/git/?p=drlaunch;a=commitdiff_plain;h=1960405d44678762387732ae80af4665ff7a268e Fix for config saving. --- diff --git a/src/config.py b/src/config.py index c441d7e..ad92f14 100755 --- a/src/config.py +++ b/src/config.py @@ -137,7 +137,7 @@ class Config: if dt==None: dt={ - 'version': 5, + 'version': 6, 'data': {}, }