1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetch

bb.fetch2 is copied from bb.fetch, and has many bb.fetch referrence.
Fix these referrence with bb.fetch2 referrence

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Yu Ke
2011-01-10 18:05:07 +00:00
committed by Richard Purdie
parent 6b212ad3c3
commit c64b445f38
13 changed files with 44 additions and 44 deletions
+3 -3
View File
@@ -30,9 +30,9 @@ import os
import logging
import bb
from bb import data
from bb.fetch import Fetch
from bb.fetch import FetchError
from bb.fetch import logger
from bb.fetch2 import Fetch
from bb.fetch2 import FetchError
from bb.fetch2 import logger
class Perforce(Fetch):
def supports(self, url, ud, d):