Ejemplo n.º 1
0
	def __init__(self, parent,captcha_ans):
		#Sets up the window.
		self.gamble=randint(0,1)		
		self.captcha_ans=captcha_ans
		EasyDialog.__init__(self, parent, "Captcha")
Ejemplo n.º 2
0
 def __init__(self, parent):
     """Sets up the window."""
     EasyDialog.__init__(self, parent, "Sphere calculations")
Ejemplo n.º 3
0
 def __init__(self, parent, title):
     EasyDialog.__init__(self, parent, title)
Ejemplo n.º 4
0
 def __init__(self, parent):
     """Sets up the window."""
     EasyDialog.__init__(self, parent, "Sphere calculations")