Exemple #1
0
 def __init__(self, *args, **kwargs):
     """
     LibConfig is essentially just a wrapper around
     a ConfigParser that reads the combined configuration
     files from the command line (typically).
     """
     self.localconf = ""
     self.baseconf = ""
     self.parser = None
     self.tainted = False
     Config.__init__(self, *args, **kwargs)