[gest_crans2.py,dialogwizard] propreté ++

darcs-hash:20090929153951-bd074-139e274dc1bfc33cb3d07deadbc9d7723daaaed8.gz
This commit is contained in:
Antoine Durand-Gasselin 2009-09-29 17:39:51 +02:00
parent 932ce0e70b
commit f5bae74159
2 changed files with 102 additions and 86 deletions

View file

@ -14,8 +14,7 @@ def really_quit(dico):
raise EndScenario("game over!", data = dico)
def error_handler(exc):
sexc = (str(exc))
dialog.Dialog().msgbox(sexc, title = 'Erreur :')
dialog.Dialog().msgbox(str(exc), width=0, height =0, title = 'Erreur :')
raise TryAgain()
class DialogStepGenerator: