Wow!  Nice work.  I had done something similar in MetaWidget:

        cls.template_text = cls.template
        cls.template = _load_template(cls.template, modname)

But I like your approach better because it's more intuitive. If you set
obj.template = 'text', obj.template == 'text'.  Thanks.

Randall

Reply via email to