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 477b12e186
commit 0919da6457

View File

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