 |
From: jerub |
Date: June 14th, 2005 11:05 pm (UTC) |
| (Link) |
|
that rocks, we just made this a standard tool. we just have one feature request:
from somereallystockstandardmodule import *
features in all our web code. we'd like to make that work properly. Looking at the pyflakes source, def FROM(self, node) sets importStarred = True, but doesn't know what module it's import*ing. any idea how to add an if statement in there to just call addBinding(Importatation(name, node)) for every name in a list?
|