Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateu Batle <mateu.batle@collabora.co.uk>2010-09-13 16:49:39 (GMT)
committer Mateu Batle <mateu.batle@collabora.co.uk>2010-09-13 16:49:39 (GMT)
commitfd31145e9bf6ab72d8b185fc70793cc83dce266b (patch)
treead7111b281e658f6c2cacae96af679e560029aa9
parentab3cdfc2d54445196106a7c9f2c052bd53a3e694 (diff)
Fixed syntax error
-rwxr-xr-xrunEsquiadorFunc.py2
1 files changed, 1 insertions, 1 deletions
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)