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

Changed:
U   trunk/dabo/lib/datanav/Form.py

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

Diff:
Modified: trunk/dabo/lib/datanav/Form.py
===================================================================
--- trunk/dabo/lib/datanav/Form.py      2011-07-10 16:23:01 UTC (rev 6702)
+++ trunk/dabo/lib/datanav/Form.py      2011-07-10 16:25:55 UTC (rev 6703)
@@ -650,7 +650,7 @@
                        self.pageFrame.GetPage(0).requery()
                else:
                        # After the select page does its thing, it calls 
frm.requery():
-                       return self.super(dataSource)
+                       return super(Form, self).requery(dataSource)
 
 
        def onNew(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]

Reply via email to