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