When importing Java packages in Jython, what is the convention to
simplify imports? For example:
import java.util as util
Is this correct? Or should I use from * import *?

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

Reply via email to