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

changeset 19965
e4de5a1d84a5
parent 19906
0291b3c90924
child 20309
b4984f2ca5d4
--- a/finch/libgnt/pygnt/example/rss/gntrss.py	Wed Sep 12 09:45:16 2007 +0000
+++ b/finch/libgnt/pygnt/example/rss/gntrss.py	Wed Sep 12 11:04:26 2007 +0000
@@ -129,6 +129,9 @@
         self.pending = False
         self._refresh = {'time' : 30, 'id' : 0}
 
+    def __del__(self):
+        pass
+
     def do_set_property(self, property, value):
         if property.name == 'link':
             self.link = value

mercurial