modifié: m/loadConf.py

This commit is contained in:
sidya82 2014-03-02 23:04:55 +01:00
parent a7fda88401
commit 8526f365cc

View File

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