From fd31145e9bf6ab72d8b185fc70793cc83dce266b Mon Sep 17 00:00:00 2001 From: Mateu Batle Date: Mon, 13 Sep 2010 16:49:39 +0000 Subject: Fixed syntax error --- diff --git a/runEsquiadorFunc.py b/runEsquiadorFunc.py index df2f163..b648ff1 100755 --- a/runEsquiadorFunc.py +++ b/runEsquiadorFunc.py @@ -58,7 +58,7 @@ def main(): global skier nh.main(impares.skier.score) finishGame.finishing(impares.skier.score,"impares") - elif selection == _('Puntajes mas altos')j: + elif selection == _('Puntajes mas altos'): just = True pos = ('center','center') color = (0,0,0) -- cgit v0.9.1