Exemplo n.º 1
0
 def __init__(self, **params):
     WTemplated.__init__(self)
     self._params = params if params else {}
Exemplo n.º 2
0
 def __init__(self, dstMail, msg):
     WTemplated.__init__(self)
     self._dstMail = dstMail
     self._msg = msg