Mercurial > libervia-backend
changeset 96:c8518b9a8025
removed forgotten set_trace
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 02 Jun 2010 15:59:13 +0930 |
parents | be206a3d1a9b |
children | 01d7bd6f0e86 |
files | plugins/plugin_misc_tarot.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/plugin_misc_tarot.py Wed Jun 02 15:57:23 2010 +0930 +++ b/plugins/plugin_misc_tarot.py Wed Jun 02 15:59:13 2010 +0930 @@ -346,7 +346,6 @@ victory = (score >= point_limit) margin = score - point_limit - pdb.set_trace() points_defenseur = (-margin + 25) * contrat_mult winners = [] loosers = []