card model no longer in all tags

This commit is contained in:
Damien Elmes 2008-11-14 15:49:33 +09:00
parent 6658b47661
commit 408c04d41f

View file

@ -159,7 +159,6 @@ class Card(object):
"Non-canonified string of all tags." "Non-canonified string of all tags."
return (self.tags + "," + return (self.tags + "," +
self.fact.tags + "," + self.fact.tags + "," +
self.cardModel.name + "," +
self.fact.model.tags) self.fact.model.tags)
def hasTag(self, tag): def hasTag(self, tag):