On 21-5-2011 22:00, Ian Kelly wrote:

> Note that PEP 8 discourages relative imports and encourages absolute
> imports, though.  This would be the preferred way to do it:
> 
> from A import something

Right. I got rid of the silly relative import stuff. As an added bonus, this 
makes my
original question irrelevant :)

Irmen
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to