示例#1
0
 def __init__(self):
     """Costruttore standard."""
     SenderError.__init__(self, repr('Captcha'))
示例#2
0
 def __init__(self, site, msg = None):
     """Costruttore standard."""
     SenderError.__init__(self, site)
     self.msg = msg
示例#3
0
 def __init__(self, site):
     """Costruttore standard."""
     SenderError.__init__(self, site)