mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
bitbake/fetch2: Rename Fetch class to FetchMethod
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -30,9 +30,9 @@ import os
|
||||
import logging
|
||||
import bb
|
||||
from bb import data
|
||||
from bb.fetch2 import Fetch, FetchError, MissingParameterError, logger
|
||||
from bb.fetch2 import FetchMethod, FetchError, MissingParameterError, logger
|
||||
|
||||
class Cvs(Fetch):
|
||||
class Cvs(FetchMethod):
|
||||
"""
|
||||
Class to fetch a module or modules from cvs repositories
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user