On 04 December 2002, Neil Schemenauer said: > Does that meet your needs? There is a minor backwards incompatibility > with this idea. Applications with modules that have both a _q_getname > and rely on automatic importing would break. I looked through our code > and only found one module like this and it's easily fixed. That sounds like a subtle sort of breakage. What do you tell people to look for in their code? It's not like "grep ^template" to change to the new template syntax. _q_getname() does one thing fairly well. _q_import() does seem a bit arcane, but if it's really needed, IMHO it should be a separate bit of _q magic. Greg