diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/svn.py')
| -rw-r--r-- | bitbake/lib/bb/fetch2/svn.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/fetch2/svn.py b/bitbake/lib/bb/fetch2/svn.py index 267c9bb7e6..ce86288903 100644 --- a/bitbake/lib/bb/fetch2/svn.py +++ b/bitbake/lib/bb/fetch2/svn.py | |||
| @@ -28,13 +28,13 @@ import sys | |||
| 28 | import logging | 28 | import logging |
| 29 | import bb | 29 | import bb |
| 30 | from bb import data | 30 | from bb import data |
| 31 | from bb.fetch2 import Fetch | 31 | from bb.fetch2 import FetchMethod |
| 32 | from bb.fetch2 import FetchError | 32 | from bb.fetch2 import FetchError |
| 33 | from bb.fetch2 import MissingParameterError | 33 | from bb.fetch2 import MissingParameterError |
| 34 | from bb.fetch2 import runfetchcmd | 34 | from bb.fetch2 import runfetchcmd |
| 35 | from bb.fetch2 import logger | 35 | from bb.fetch2 import logger |
| 36 | 36 | ||
| 37 | class Svn(Fetch): | 37 | class Svn(FetchMethod): |
| 38 | """Class to fetch a module or modules from svn repositories""" | 38 | """Class to fetch a module or modules from svn repositories""" |
| 39 | def supports(self, url, ud, d): | 39 | def supports(self, url, ud, d): |
| 40 | """ | 40 | """ |
