"Dustan" wrote:

> Except that my program is supposed to be treated as a module with tools
> to do certain things. I certainly can't control whether a 3rd party
> programmer uses "import myModule" or "from myModule import *".

anything can happen if people use "from import *" in the wrong way, so that's
not much of an argument, really.

</F> 



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to