Added unique_note to the SourceRef, thanks to a patch from Mark Lewis.

svn: r1021
This commit is contained in:
Don Allingham 2002-06-01 12:11:03 +00:00
parent b7a0b76edc
commit 8479515577

View File

@ -1805,6 +1805,9 @@ class SourceRef(Persistent):
return 1
else:
return 0
def unique_note(self):
self.comments = Note(self.comments.get())
#-------------------------------------------------------------------------
#