Ejemplo n.º 1
0
 def __init__(self, parent,*args, **kwds):
     EMAIL_config_frame.__init__(self, parent,*args, **kwds)
     #self.path=path+'/Triage/'
     self.config=ConfigParser.ConfigParser()
     self.config.read(path+'rxbox.cfg')
     self.get_data()
Ejemplo n.º 2
0
 def __init__(self, parent, *args, **kwds):
     EMAIL_config_frame.__init__(self, parent, *args, **kwds)
     #self.path=path+'/Triage/'
     self.config = ConfigParser.ConfigParser()
     self.config.read(path + 'rxbox.cfg')
     self.get_data()