]> git.ozlabs.org Git - patchwork/commitdiff
Remove unused imports
authorGuilherme Salgado <guilherme.salgado@linaro.org>
Wed, 9 Mar 2011 01:15:06 +0000 (01:15 +0000)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 15 Mar 2011 08:07:06 +0000 (16:07 +0800)
This is so that we can use static analysis tools like pyflakes to find
undefined names (and other common mistakes we often make) without being
swamped with unused imports warnings.

Signed-off-by: Guilherme Salgado <guilherme.salgado@linaro.org>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found