diff options
| author | Saul Wold <sgw@linux.intel.com> | 2011-02-07 15:42:45 -0800 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2011-02-07 16:28:35 -0800 |
| commit | 232b6f3c92928c333ad1201aa8eb3706e7251cdf (patch) | |
| tree | 43ba7a72feb93bc20a9081a02211fe39655ac196 /bitbake/lib/bb/fetch2/bzr.py | |
| parent | 6ec0e55375c9687c7ead49d1e01f81b197db7108 (diff) | |
| download | poky-232b6f3c92928c333ad1201aa8eb3706e7251cdf.tar.gz | |
fetch2: add runfetchcmd to import for fetchers
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/fetch2/bzr.py')
| -rw-r--r-- | bitbake/lib/bb/fetch2/bzr.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/bzr.py b/bitbake/lib/bb/fetch2/bzr.py index e69bc4c8ec..bb175662b4 100644 --- a/bitbake/lib/bb/fetch2/bzr.py +++ b/bitbake/lib/bb/fetch2/bzr.py | |||
| @@ -28,7 +28,10 @@ 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 FetchMethod, FetchError, runfetchcmd, logger | 31 | from bb.fetch2 import FetchMethod |
| 32 | from bb.fetch2 import FetchError | ||
| 33 | from bb.fetch2 import runfetchcmd | ||
| 34 | from bb.fetch2 import logger | ||
| 32 | 35 | ||
| 33 | class Bzr(FetchMethod): | 36 | class Bzr(FetchMethod): |
| 34 | def supports(self, url, ud, d): | 37 | def supports(self, url, ud, d): |
