from foo imprt * in package __init__ ?

Ray Schumacher subscriber100 at rjs.org
Sat Jun 10 11:34:29 EDT 2006


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
  




More information about the Python-list mailing list