コード例 #1
0
ファイル: config_pygist.py プロジェクト: mbentz80/jzigbeercp
 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)
コード例 #3
0
 def __init__(self, *a, **kw):
     old_config.__init__(self, *a, **kw)