From 0919da64572594c438fe49a477cc6d800792ef20 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sat, 1 Jun 2002 12:11:03 +0000 Subject: [PATCH] Added unique_note to the SourceRef, thanks to a patch from Mark Lewis. svn: r1021 --- src/RelLib.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/RelLib.py b/src/RelLib.py index 0354cd0be..387c342db 100644 --- a/src/RelLib.py +++ b/src/RelLib.py @@ -1805,6 +1805,9 @@ class SourceRef(Persistent): return 1 else: return 0 + + def unique_note(self): + self.comments = Note(self.comments.get()) #------------------------------------------------------------------------- #