예제 #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
예제 #2
0
파일: config.py 프로젝트: pberkes/Bento
 def __init__(self, *a, **kw):
     old_config.__init__(self, *a, **kw)
 def __init__(self, *a, **kw):
     old_config.__init__(self, *a, **kw)