[Python-Dev] Those import related syntax errors again...

Mark Hammond MarkH@ActiveState.com
Tue, 20 Feb 2001 23:42:09 +1100


[Thomas]
> I don't have the xpcom package, so I can't check myself,

As of the last 24 hours, it sits in the Mozilla CVS tree -
extensions/python/xpcom :)

> but have you considered 'exec' as well as 'from foo import *' ?

exec appears exactly once, in a function in the "client" sub-package.

Mark.