Example #1
0
 def loadUserMatch(self, userFile):
     self.userMatch = tool.loadPickle(userFile)
Example #2
0
 def loadUserMatch(self, userFile):
     self.userMatch = tool.loadPickle(userFile)
Example #3
0
 def loadItemMatch(self, itemFile):
     self.itemMatch = tool.loadPickle(itemFile)
Example #4
0
 def loadItemMatch(self, itemFile):
     self.itemMatch = tool.loadPickle(itemFile)