dabo Commit
Revision 6696
Date: 2011-07-10 09:09:54 -0700 (Sun, 10 Jul 2011)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/6696
Changed:
U trunk/dabo/ui/uiwx/dTextBox.py
Log:
Use the super buil-in function in place of autosuper mixin.
Diff:
Modified: trunk/dabo/ui/uiwx/dTextBox.py
===================================================================
--- trunk/dabo/ui/uiwx/dTextBox.py 2011-07-10 12:48:07 UTC (rev 6695)
+++ trunk/dabo/ui/uiwx/dTextBox.py 2011-07-10 16:09:54 UTC (rev 6696)
@@ -28,7 +28,7 @@
class TestBase(dTextBox):
def initProperties(self):
self.SelectOnEntry = True
- self.super()
+ super(TestBase, self).initProperties()
self.LogEvents = ["ValueChanged",]
def onValueChanged(self, evt):
_______________________________________________
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]