finch/libgnt/pygnt/test.py

branch
sadrul.conv.persistent
changeset 19814
05ce6c570b47
parent 19173
467db4a9cc44
child 22141
adb198961d72
--- a/finch/libgnt/pygnt/test.py	Fri Sep 07 06:06:15 2007 +0000
+++ b/finch/libgnt/pygnt/test.py	Tue Sep 11 07:06:00 2007 +0000
@@ -16,6 +16,9 @@
         self.__gobject_init__()
         self.set_property(type, value)
 
+    def __del__(self):
+        pass
+
     def do_set_property(self, pspec, value):
         if pspec.name == 'string':
             self.string = value

mercurial