dabo Commit
Revision 3099
Date: 2007-05-02 17:56:13 -0700 (Wed, 02 May 2007)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/3099

Changed:
U   trunk/dabo/dEvents.py

Log:
Removed incorrect comment in dEvent, and made a valid (but still commented) 
super call
just in case we decide to uncomment it in the future.


Diff:
Modified: trunk/dabo/dEvents.py
===================================================================
--- trunk/dabo/dEvents.py       2007-05-02 01:06:36 UTC (rev 3098)
+++ trunk/dabo/dEvents.py       2007-05-03 00:56:13 UTC (rev 3099)
@@ -18,10 +18,8 @@
        def __init__(self, eventObject, uiEvent=None, eventData=None, *args, 
**kwargs):
                # Event objects get instantiated with every single event, so try
                # to keep code to a minimum here.
+               #super(dEvent, self).__init__(*args, **kwargs)
                
-               # There isn't any superclass init code, so don't run it
-               #super(Event, self).__init__()
-               
                self._eventObject = eventObject
                self._uiEvent = uiEvent
                self._args = args




_______________________________________________
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/%(messageid)s

Reply via email to