Exemplo n.º 1
0
 def __init__(self, description):
     Event.__init__(self, description)
Exemplo n.º 2
0
 def __init__(self, quarter_from, quarter_to):
     Event.__init__(self, 'changed quarter from %s to %s' % (quarter_from, quarter_to))