summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/svk.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/svk.py')
-rw-r--r--bitbake/lib/bb/fetch2/svk.py4
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
29import logging 29import logging
30import bb 30import bb
31from bb import data 31from bb import data
32from bb.fetch2 import Fetch 32from bb.fetch2 import FetchMethod
33from bb.fetch2 import FetchError 33from bb.fetch2 import FetchError
34from bb.fetch2 import MissingParameterError 34from bb.fetch2 import MissingParameterError
35from bb.fetch2 import logger 35from bb.fetch2 import logger
36 36
37class Svk(Fetch): 37class Svk(FetchMethod):
38 """Class to fetch a module or modules from svk repositories""" 38 """Class to fetch a module or modules from svk repositories"""
39 def supports(self, url, ud, d): 39 def supports(self, url, ud, d):
40 """ 40 """