Uwe Grauer wrote: > I wonder if it's a good idea to replace pythons super in dabo.
We don't replace Python's super(). Python's super() is a global function; Dabo's is a method. super() # python self.super() # dabo -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
