pyflakes and star imports

Manlio Perillo <[email protected]> Thu, 10 Jul 2008 23:34:39 +0200
Newsgroups gmane.comp.python.quotient.dev
Message-ID <[email protected]>
Hi.

I'm starting to use pyflakes, with satisfaction, thanks for this tool!

However some times I use star imports, but of course making sure that 
the imported module defines the special __all__ name.

Unfortunately pyflakes simply bail out when it sees a star import.
Is it possible to make it look at the __all__ name in the imported module?


Thanks  Manlio Perillo