Re: Apparent "double imports"

2012-02-09 Thread HoneyMonster
On Thu, 09 Feb 2012 15:05:52 -0500, Dave Angel wrote: > On 02/09/2012 02:40 PM, HoneyMonster wrote: >> On Thu, 09 Feb 2012 12:02:03 -0700, Ian Kelly wrote: >> >>> On Thu, Feb 9, 2012 at 11:53 AM, HoneyMonster >>> wrote: One issue I have run into, which may or may not be a problem: I am

Re: Apparent "double imports"

2012-02-09 Thread Dave Angel
On 02/09/2012 02:40 PM, HoneyMonster wrote: On Thu, 09 Feb 2012 12:02:03 -0700, Ian Kelly wrote: On Thu, Feb 9, 2012 at 11:53 AM, HoneyMonster wrote: One issue I have run into, which may or may not be a problem: I am finding that modules in the in-house "library" package sometimes have to im

Re: Apparent "double imports" (was: Naming convention for in-house modules (Newbie question))

2012-02-09 Thread HoneyMonster
On Thu, 09 Feb 2012 12:02:03 -0700, Ian Kelly wrote: > On Thu, Feb 9, 2012 at 11:53 AM, HoneyMonster > wrote: >> One issue I have run into, which may or may not be a problem: I am >> finding that modules in the in-house "library" package sometimes have >> to import modules like sys and os, which

Re: Apparent "double imports" (was: Naming convention for in-house modules (Newbie question))

2012-02-09 Thread Ian Kelly
On Thu, Feb 9, 2012 at 11:53 AM, HoneyMonster wrote: > One issue I have run into, which may or may not be a problem: I am > finding that modules in the in-house "library" package sometimes have to > import modules like sys and os, which are also imported by the "calling" > module. Is this a proble

Apparent "double imports" (was: Naming convention for in-house modules (Newbie question))

2012-02-09 Thread HoneyMonster
On Thu, 09 Feb 2012 14:36:52 +, Arnaud Delobelle wrote: > On 9 February 2012 14:00, Laurent Claessens wrote: >> >>> Here is my question: I would like to start an in-house library of >>> small modules to import, for things like error handling/logging. >>> That's easy enough, but is there a rec