Ejemplo n.º 1
0
 def __init__(self,config):
   Parser.__init__(self,config) # Base
   if config.has_key('separator'):
     self.separator = config['separator']
   else:
     self.separator = '\s+'
Ejemplo n.º 2
0
 def __init__(self,config):
   Parser.__init__(self,config) # Base
   self.headers = None
Ejemplo n.º 3
0
 def __init__(self, config):
     Parser.__init__(self, config)  # Base