summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/local.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/fetch2/local.py')
-rw-r--r--lib/bb/fetch2/local.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/fetch2/local.py b/lib/bb/fetch2/local.py
index 6aa9e4576..bcb30dfc9 100644
--- a/lib/bb/fetch2/local.py
+++ b/lib/bb/fetch2/local.py
@@ -29,7 +29,7 @@ import os
import bb
import bb.utils
from bb import data
-from bb.fetch import Fetch
+from bb.fetch2 import Fetch
class Local(Fetch):
def supports(self, url, urldata, d):