def loadUserMatch(self, userFile): self.userMatch = tool.loadPickle(userFile)
def loadItemMatch(self, itemFile): self.itemMatch = tool.loadPickle(itemFile)