예제 #1
0
 def __init__(self):
     BaseConfigurationFile.__init__(self)
     self.xml_data = None
예제 #2
0
 def __init__(self, client_config):
     BaseConfigurationFile.__init__(self, client_config)
     self.yaml_data = None
예제 #3
0
파일: xml.py 프로젝트: Doshmaku/program-y
 def __init__(self, client_config):
     BaseConfigurationFile.__init__(self, client_config)
     self.xml_data = None
예제 #4
0
 def __init__(self):
     BaseConfigurationFile.__init__(self)
     self.json_data = None