comparison pycaptcha/Facade.py @ 144:c958941c1b9d

merge
author XavierMuller
date Tue, 23 Feb 2010 18:16:55 -0500
parents 66b9513b578f
children
comparison
equal deleted inserted replaced
143:f341a4efb44a 144:c958941c1b9d
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)