New issue 147 by robert.cimrman: do not use 'from sfepy.base.base import *'
http://code.google.com/p/sfepy/issues/detail?id=147
I have used the above code as most sfepy modules use (almost) everything
that is in 'sfepy.base.base'. This makes, however, static analysis of the
code difficult - e.g. pyflakes cannot report undefined names.
Comment #1 on issue 147 by robert.cimrman: do not use 'from sfepy.base.base
import *'
http://code.google.com/p/sfepy/issues/detail?id=147
There are star imports no more in sfepy. (Apart __init__.py files...)
Comment #2 on issue 147 by robert.c...@gmail.com: do not use 'from
sfepy.base.base import *'
http://code.google.com/p/sfepy/issues/detail?id=147#c2
Migrated to http://github.com/sfepy/sfepy/issues/149