On 4/13/06, Don Taylor <[EMAIL PROTECTED]> wrote:
No, no harm in it... Should be safe, so, no real need to do it.
Cheers,
Fabio
Fabio Zadrozny wrote:
> Well, remind that things are in a 'shared' interpreter for all scripts
> for an editor, so, if you had made some from java.lang import * in one
> script, all would have access to it (not something you'd like to rely on).
>
Fabio:
As I understand it importing something that has already been imported
does not really do anything, unlike reload.
So, is there really any harm in having duplicate imports, and do you
really need the guard around this import?
No, no harm in it... Should be safe, so, no real need to do it.
Cheers,
Fabio
