Exemplo n.º 1
0
 def __init__(self, name):
   BaseDepot.__init__(self, name)
   self.sep = '-' * 80
Exemplo n.º 2
0
 def __init__(self, name, args):
   BaseDepot.__init__(self, name)
   self.outfile = args['outfile']
   self.items = []