revert of last commit (conf dictionary has a method "update" which caused if conf.update to True always :) )

This commit is contained in:
Miroslav Stampar
2011-02-03 12:21:29 +00:00
parent 5edba2ffbc
commit 1b9850b73a
4 changed files with 5 additions and 5 deletions

View File

@@ -155,7 +155,7 @@ optDict = {
"flushSession": "boolean",
"forms": "boolean",
"eta": "boolean",
"update": "boolean",
"updateAll": "boolean",
"batch": "boolean"
},