summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/bzr.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/fetch2/bzr.py')
-rw-r--r--lib/bb/fetch2/bzr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/fetch2/bzr.py b/lib/bb/fetch2/bzr.py
index 97b042b2a..608ecc747 100644
--- a/lib/bb/fetch2/bzr.py
+++ b/lib/bb/fetch2/bzr.py
@@ -79,7 +79,7 @@ class Bzr(Fetch):
return bzrcmd
- def go(self, loc, ud, d):
+ def download(self, loc, ud, d):
"""Fetch url"""
if os.access(os.path.join(ud.pkgdir, os.path.basename(ud.pkgdir), '.bzr'), os.R_OK):