> > What is the behaviour of the __init__.py file? > Not yet used, but I read this file is run by Python when a module of a package is imported.
So you can insert default importations in it. -- http://mail.python.org/mailman/listinfo/python-list
> > What is the behaviour of the __init__.py file? > Not yet used, but I read this file is run by Python when a module of a package is imported.
So you can insert default importations in it. -- http://mail.python.org/mailman/listinfo/python-list