1 Jan
2004
1 Jan
'04
7:56 p.m.
On Thu, 2004-01-01 at 14:16, Dieter Maurer wrote:
There is also the "__module_aliases__" directive in product initialization code. It is used (e.g.) for "PythonScripts".
It does things very similar to what you did (it is slightly more careful as it does not override an existing module) but it is nice to stick to a single way to solve such problems.
Right, thanks... I'm not sure it should be handled via __module_aliases__, because it's not a problem that's local to any particular Product, though. - C