dabo Commit
Revision 4514
Date: 2008-09-09 09:08:16 -0700 (Tue, 09 Sep 2008)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/4514
Changed:
U trunk/dabo/dEvents.py
Log:
Changed the superclass of dEvent from dObject to the base Python object class.
Diff:
Modified: trunk/dabo/dEvents.py
===================================================================
--- trunk/dabo/dEvents.py 2008-09-08 21:38:01 UTC (rev 4513)
+++ trunk/dabo/dEvents.py 2008-09-09 16:08:16 UTC (rev 4514)
@@ -5,7 +5,7 @@
import dabo.ui as ui
from dabo.dLocalize import _
-class dEvent(dObject):
+class dEvent(object):
""" Base class for Dabo events.
Event objects are instantiated in self.raiseEvent(), and passed to all
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]