예제 #1
0
    def __init__(self, file_name='template'):
        if (self.cf == None):
            self.cf = ConfigParser.ConfigParser()

        self.cf.read(Core.SystemPath('confPath') + "/" + file_name + ".conf")
예제 #2
0
 def getCoreSystemPath():
     return Core.SystemPath()