What is the Pythonic-ness of using from foo imprt * in a package's __init__.py?
I import my own (~8) module files in the package this way, and import standard modules with "import bar". Ray -- http://mail.python.org/mailman/listinfo/python-list
What is the Pythonic-ness of using from foo imprt * in a package's __init__.py?
I import my own (~8) module files in the package this way, and import standard modules with "import bar". Ray -- http://mail.python.org/mailman/listinfo/python-list