dabo Commit
Revision 6763
Date: 2011-08-08 23:21:50 -0700 (Mon, 08 Aug 2011)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/6763

Changed:
U   trunk/dabo/ui/uiwx/dCheckBox.py

Log:
Switch from the super method to builtin super function.

Diff:
Modified: trunk/dabo/ui/uiwx/dCheckBox.py
===================================================================
--- trunk/dabo/ui/uiwx/dCheckBox.py     2011-08-09 01:46:15 UTC (rev 6762)
+++ trunk/dabo/ui/uiwx/dCheckBox.py     2011-08-09 06:21:50 UTC (rev 6763)
@@ -38,7 +38,7 @@
        def _onWxHit(self, evt):
                self._userChanged = True
                self.flushValue()
-               self.super(evt)
+               super(dCheckBox, self)._onWxHit(evt)
 
 
        def getBlankValue(self):



_______________________________________________
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]

Reply via email to