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