modifié: m/loadConf.py

This commit is contained in:
sidya82 2014-03-02 23:04:55 +01:00
parent a7fda88401
commit 8526f365cc
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class LoadConf(object):
rep = self.loadValue("blind")
if rep == "1" :
return True
else if rep == "0":
elif rep == "0":
return False
else :
return rep