diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/svn.py')
| -rw-r--r-- | bitbake/lib/bb/fetch2/svn.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bitbake/lib/bb/fetch2/svn.py b/bitbake/lib/bb/fetch2/svn.py index 8f053abf74..3315b159da 100644 --- a/bitbake/lib/bb/fetch2/svn.py +++ b/bitbake/lib/bb/fetch2/svn.py | |||
| @@ -28,11 +28,11 @@ 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.fetch import Fetch | 31 | from bb.fetch2 import Fetch |
| 32 | from bb.fetch import FetchError | 32 | from bb.fetch2 import FetchError |
| 33 | from bb.fetch import MissingParameterError | 33 | from bb.fetch2 import MissingParameterError |
| 34 | from bb.fetch import runfetchcmd | 34 | from bb.fetch2 import runfetchcmd |
| 35 | from bb.fetch import logger | 35 | from bb.fetch2 import logger |
| 36 | 36 | ||
| 37 | class Svn(Fetch): | 37 | class Svn(Fetch): |
| 38 | """Class to fetch a module or modules from svn repositories""" | 38 | """Class to fetch a module or modules from svn repositories""" |
