diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/bzr.py')
-rw-r--r-- | bitbake/lib/bb/fetch2/bzr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/bzr.py b/bitbake/lib/bb/fetch2/bzr.py index afaf799900..3d23b4d3cf 100644 --- a/bitbake/lib/bb/fetch2/bzr.py +++ b/bitbake/lib/bb/fetch2/bzr.py | |||
@@ -28,7 +28,7 @@ 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, FetchError, runfetchcmd, logger | 31 | from bb.fetch2 import Fetch, FetchError, runfetchcmd, logger |
32 | 32 | ||
33 | class Bzr(Fetch): | 33 | class Bzr(Fetch): |
34 | def supports(self, url, ud, d): | 34 | def supports(self, url, ud, d): |