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

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