thegooglecodearchive / sfepy

Automatically exported from code.google.com/p/sfepy
0 stars 0 forks source link

do not use 'from sfepy.base.base import *' #147

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by robert.c...@gmail.com on 20 Sep 2010 at 3:21

GoogleCodeExporter commented 9 years ago
There are star imports no more in sfepy. (Apart __init__.py files...)

Original comment by robert.c...@gmail.com on 5 Jan 2011 at 11:40

GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/sfepy/sfepy/issues/149

Original comment by robert.c...@gmail.com on 30 Jan 2012 at 10:27