BBHandler: remove bb.fetch referrence

BBHandler.py no longer use bb.fetch, so remove its import statement

Signed-off-by: Yu Ke <ke.yu@intel.com>
This commit is contained in:
Yu Ke 2011-01-08 10:26:28 +08:00 committed by Richard Purdie
parent 38b25eed95
commit 9e3a92c04a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
from __future__ import absolute_import
import re, bb, os
import logging
import bb.fetch, bb.build, bb.utils
import bb.build, bb.utils
from bb import data
from . import ConfHandler