summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/svk.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/fetch2/svk.py')
-rw-r--r--lib/bb/fetch2/svk.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bb/fetch2/svk.py b/lib/bb/fetch2/svk.py
index 8220bf3dc..213d0d3ec 100644
--- a/lib/bb/fetch2/svk.py
+++ b/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):
"""