dabo Commit
Revision 6692
Date: 2011-07-09 21:52:09 -0700 (Sat, 09 Jul 2011)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/6692
Changed:
U trunk/dabo/ui/uiwx/dEditor.py
Log:
Use the super buil-in function in place of autosuper mixin.
Diff:
Modified: trunk/dabo/ui/uiwx/dEditor.py
===================================================================
--- trunk/dabo/ui/uiwx/dEditor.py 2011-07-09 19:24:40 UTC (rev 6691)
+++ trunk/dabo/ui/uiwx/dEditor.py 2011-07-10 04:52:09 UTC (rev 6692)
@@ -123,7 +123,7 @@
def afterInit(self):
# Default timer interval
self.styleTimerInterval = 50
- self.super()
+ super(StyleTimer, self).afterInit()
self.bindEvent(dEvents.Hit, self.onHit)
self.mode = "container"
_______________________________________________
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]