[gest_crans2.py,dialogwizard] propreté ++
darcs-hash:20090929153951-bd074-139e274dc1bfc33cb3d07deadbc9d7723daaaed8.gz
This commit is contained in:
parent
932ce0e70b
commit
f5bae74159
2 changed files with 102 additions and 86 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue