Exemplo n.º 1
0
 def __init__(self):
     """Costruttore standard."""
     SenderError.__init__(self, repr('Captcha'))
Exemplo n.º 2
0
 def __init__(self, site, msg = None):
     """Costruttore standard."""
     SenderError.__init__(self, site)
     self.msg = msg
Exemplo n.º 3
0
 def __init__(self, site):
     """Costruttore standard."""
     SenderError.__init__(self, site)