from __future__ import decorators
Jacek Generowicz
jacek.generowicz at cern.ch
Thu Jan 13 08:13:28 EST 2005
Peter Otten <__peter__ at web.de> writes:
> Have a look at Bill Mill's redecorate utility:
>
> http://llimllib.f2o.org/files/redecorate.py
Heh, this is exactly the sort of thing I wanted do avoid writing, as
it would be difficult to get right. Looks like it's author has similar
feelings. However, it could well be the most pragmatic solution in my
case.
Thanks.
More information about the Python-list
mailing list