def parseRcFile(self,file_handle): #method that handles the .rc file parsing self.rcfile=goo_rcfile.goo_rcfile(file_handle) self.options=self.rcfile.parsefile() return self.options
def parseRcFile(self, file_handle): #method that handles the .rc file parsing self.rcfile = goo_rcfile.goo_rcfile(file_handle) self.options = self.rcfile.parsefile() return self.options
def checkConfig(self,path): rcfiledict = goo_rcfile.goo_rcfile(path) return rcfiledict.parsefile()
def checkConfig(self, path): rcfiledict = goo_rcfile.goo_rcfile(path) return rcfiledict.parsefile()