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