dabo Commit
Revision 6715
Date: 2011-07-10 09:55:10 -0700 (Sun, 10 Jul 2011)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/6715

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

Log:
Use the super buil-in function in place of autosuper mixin.

Diff:
Modified: trunk/dabo/ui/uiwx/dSearchBox.py
===================================================================
--- trunk/dabo/ui/uiwx/dSearchBox.py    2011-07-10 16:54:27 UTC (rev 6714)
+++ trunk/dabo/ui/uiwx/dSearchBox.py    2011-07-10 16:55:10 UTC (rev 6715)
@@ -170,7 +170,7 @@
        # This test sets up several textboxes, each editing different data 
types.
        class TestBase(dSearchBox):
                def initProperties(self):
-                       self.super()
+                       super(TestBase, self).initProperties()
                        self.LogEvents = 
["ValueChanged","searchButtonClicked","SearchCancelButtonClicked"]
                        self.CancelButtonVisible = True
                        self.SearchButtonVisible = True



_______________________________________________
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