Neil Cerutti wrote:

> If you want an import inside an __init__ to run, you must call
> the __init__ function that contains it.

Doesn't __init__ get called automatically ?
I thought __init__ was required to be called explicitly only when you were
doing inheritance and wanted to pass separate values to the base class.

Ritesh
-- 
If possible, Please CC me when replying. I'm not subscribed to the list.

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

Reply via email to