diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/svk.py')
| -rw-r--r-- | bitbake/lib/bb/fetch2/svk.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch2/svk.py b/bitbake/lib/bb/fetch2/svk.py index 117a22f438..6211cac8d3 100644 --- a/bitbake/lib/bb/fetch2/svk.py +++ b/bitbake/lib/bb/fetch2/svk.py | |||
| @@ -33,6 +33,7 @@ from bb.fetch2 import FetchMethod | |||
| 33 | from bb.fetch2 import FetchError | 33 | from bb.fetch2 import FetchError |
| 34 | from bb.fetch2 import MissingParameterError | 34 | from bb.fetch2 import MissingParameterError |
| 35 | from bb.fetch2 import logger | 35 | from bb.fetch2 import logger |
| 36 | from bb.fetch2 import runfetchcmd | ||
| 36 | 37 | ||
| 37 | class Svk(FetchMethod): | 38 | class Svk(FetchMethod): |
| 38 | """Class to fetch a module or modules from svk repositories""" | 39 | """Class to fetch a module or modules from svk repositories""" |
