- Bugfixes for singular claim testing support.

This commit is contained in:
ccremers
2007-01-27 13:08:24 +00:00
parent 0e21a2bd20
commit 836f30c26a
2 changed files with 14 additions and 9 deletions

View File

@@ -148,6 +148,11 @@ class Claim(object):
remark = "Exactly %i %s" % (n,atxt)
return remark + "."
def triplet(self):
"""
Return protocol,role,label triplet
"""
return (self.protocol, self.role, self.shortlabel)
def __str__(self):
"""