Esempio n. 1
0
 def __init__(self,local_path,config_path):
     from distutils.dist import Distribution
     config.__init__(self, Distribution())
     self.local_path = local_path
     self.config_path = config_path
     self.config_h = os.path.join(self.config_path, "config.h")
     self.dump_source = 0
Esempio n. 2
0
 def __init__(self, *a, **kw):
     old_config.__init__(self, *a, **kw)
 def __init__(self, *a, **kw):
     old_config.__init__(self, *a, **kw)