Re: Jython import coventions

2007-10-10 Thread OnCallSupport321
On Oct 9, 10:42 pm, Benjamin <[EMAIL PROTECTED]> wrote: > 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 *? I have preferred the style... import java import javax ...an

Jython import coventions

2007-10-09 Thread Benjamin
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