diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/svk.py')
-rw-r--r-- | bitbake/lib/bb/fetch2/svk.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/fetch2/svk.py b/bitbake/lib/bb/fetch2/svk.py index 8220bf3dc2..213d0d3ec4 100644 --- a/bitbake/lib/bb/fetch2/svk.py +++ b/bitbake/lib/bb/fetch2/svk.py @@ -29,12 +29,12 @@ import os import logging import bb from bb import data -from bb.fetch2 import Fetch +from bb.fetch2 import FetchMethod from bb.fetch2 import FetchError from bb.fetch2 import MissingParameterError from bb.fetch2 import logger -class Svk(Fetch): +class Svk(FetchMethod): """Class to fetch a module or modules from svk repositories""" def supports(self, url, ud, d): """ |