Re: [Pydev-code] Getting started with PyDev scripting
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2006-04-13 16:38:08
|
On 4/13/06, Don Taylor <nos...@gm...> wrote: > > 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 |