diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/bzr.py')
| -rw-r--r-- | bitbake/lib/bb/fetch2/bzr.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/fetch2/bzr.py b/bitbake/lib/bb/fetch2/bzr.py index 22168a8351..e69bc4c8ec 100644 --- a/bitbake/lib/bb/fetch2/bzr.py +++ b/bitbake/lib/bb/fetch2/bzr.py | |||
| @@ -28,9 +28,9 @@ 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, FetchError, runfetchcmd, logger | 31 | from bb.fetch2 import FetchMethod, FetchError, runfetchcmd, logger |
| 32 | 32 | ||
| 33 | class Bzr(Fetch): | 33 | class Bzr(FetchMethod): |
| 34 | def supports(self, url, ud, d): | 34 | def supports(self, url, ud, d): |
| 35 | return ud.type in ['bzr'] | 35 | return ud.type in ['bzr'] |
| 36 | 36 | ||
