On Feb 24, 12:21 pm, Michael Crute <mcr...@gmail.com> wrote: > Yeah, I use it often for that I'm talking more about stuff like > utility functions, main methods, etc...
Personally, I use it only for those tasks related to 'initialising' the package, a la the importing of various modules for convenience sake (as mentioned by Steve). I don't expect a class to define its method within its __init__, so I'd find it unusual for a package to be defining any kind of functionality within its __init__.py. I wouldn't _not_ use your code, but I might eye it warily... :) -- http://mail.python.org/mailman/listinfo/python-list