B
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 *?
simplify imports? For example:
import java.util as util
Is this correct? Or should I use from * import *?