Example #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")
Example #2
0
 def __init__(self, parent):
     """Sets up the window."""
     EasyDialog.__init__(self, parent, "Sphere calculations")
Example #3
0
 def __init__(self, parent, title):
     EasyDialog.__init__(self, parent, title)
Example #4
0
 def __init__(self, parent):
     """Sets up the window."""
     EasyDialog.__init__(self, parent, "Sphere calculations")