1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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 -1
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