comparison pycaptcha/Facade.py @ 130:38929c29b602

merge
author Xavier Glorot <glorotxa@iro.umontreal.ca>
date Thu, 18 Feb 2010 14:44:23 -0500
parents 66b9513b578f
children
comparison
equal deleted inserted replaced
129:a507adba0ce3 130:38929c29b602
28 28
29 if solution == 0: 29 if solution == 0:
30 return a 30 return a
31 31
32 else : 32 else :
33 return (a, g,solutions) 33 return (a, g.solutions)