mango r210 - in branches/django: . mango
- From: ovitters svn gnome org
- To: svn-commits-list gnome org,gnome-sysadmin gnome org
- Subject: mango r210 - in branches/django: . mango
- Date: Sat, 21 Jun 2008 22:09:11 +0000 (UTC)
Author: ovitters
Date: Sat Jun 21 22:09:11 2008
New Revision: 210
URL: http://svn.gnome.org/viewvc/mango?rev=210&view=rev
Log:
Kill the __del__ method as it is called too early for whatever reason.
Modified:
branches/django/ (props changed)
branches/django/mango/models.py
Modified: branches/django/mango/models.py
==============================================================================
--- branches/django/mango/models.py (original)
+++ branches/django/mango/models.py Sat Jun 21 22:09:11 2008
@@ -100,7 +100,3 @@
self.__class__.handle = l
- def __del__(self):
- if self.__class__.handle is not None:
- self.__class__.handle.unbind_s()
-
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]