]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
[ui] Fix import statements reported by pyflakes
authorHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 11 May 2009 06:13:00 +0000 (06:13 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 11 May 2009 06:13:00 +0000 (06:13 +0000)
commit667bf5b303718f604afa06a3f2f5f7608005c096
tree1fa6b84e1020361e38d028badbf5925a4b3ee557
parent08486ea715c8f5e48dfa8936326df5261ba3f5cb
[ui] Fix import statements reported by pyflakes

We ignore the following kind of warnings
    import gtk
    import gtk.glade...

as glade is not imported by default and need that extra line,
pyflakes does not know...
lib/bb/ui/crumbs/buildmanager.py
lib/bb/ui/crumbs/runningbuild.py
lib/bb/ui/depexp.py
lib/bb/ui/goggle.py
lib/bb/ui/knotty.py
lib/bb/ui/ncurses.py
lib/bb/ui/puccho.py
lib/bb/ui/uievent.py