finch/libgnt/pygnt/example/rss/gntrss.py

branch
sadrul.conv.persistent
changeset 19814
05ce6c570b47
parent 19233
50476028f83f
child 20309
b4984f2ca5d4
--- a/finch/libgnt/pygnt/example/rss/gntrss.py	Fri Sep 07 06:06:15 2007 +0000
+++ b/finch/libgnt/pygnt/example/rss/gntrss.py	Tue Sep 11 07:06:00 2007 +0000
@@ -61,6 +61,9 @@
         self.parent = parent
         self.unread = True
 
+    def __del__(self):
+        pass
+
     def remove(self):
         self.emit('delete', self.parent)
         if self.unread:

mercurial