コード例 #1
0
 def __init__(self, parent,*args, **kwds):
     BP_config_frame.__init__(self, parent,*args, **kwds)
     self.config=ConfigParser.ConfigParser()
     self.config.read(path+'rxbox.cfg')
     self.get_data()
コード例 #2
0
 def __init__(self, parent, *args, **kwds):
     BP_config_frame.__init__(self, parent, *args, **kwds)
     self.config = ConfigParser.ConfigParser()
     self.config.read(path + 'rxbox.cfg')
     self.get_data()
コード例 #3
0
ファイル: bp_config.py プロジェクト: hamalawy/telehealth
 def __init__(self, parent, path, *args, **kwds):
     BP_config_frame.__init__(self, parent, *args, **kwds)
     self.path = path + "/BP/"
     self.config = ConfigParser.ConfigParser()
     self.config.read(self.path + "bp.cfg")
     self.get_data()