X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fconfig%2Fdefaultconfig.py;h=f750e73f3d8f3f4aed1c13ccb7cd93356dd4a0f4;hb=bb7a20ca09eaf1cb81a00625bf91171a428e372d;hp=afa0f7e911069f0ea330e2372f9556f263ac98c7;hpb=73edf6925c29d595c774b5d6b3361be3d13422ff;p=matthijs%2Fupstream%2Fmobilegtd.git diff --git a/src/config/defaultconfig.py b/src/config/defaultconfig.py index afa0f7e..f750e73 100644 --- a/src/config/defaultconfig.py +++ b/src/config/defaultconfig.py @@ -6,7 +6,7 @@ default_configuration = {"screen":"normal", # Make the path absolute. This is a no-op on Symbian, since it is # already absolute, but helps when running on other systems (some of the # code relies on this path being absolute). -"path": os.path.abspath("C:/Data/GTD/"), +"path": os.path.abspath("C:/Data/GTD") + os.sep, "inactivity_threshold":"7", "read_sms":"1", "action_editor":"form"