diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/local.py')
-rw-r--r-- | bitbake/lib/bb/fetch2/local.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/local.py b/bitbake/lib/bb/fetch2/local.py index 6aa9e45768..bcb30dfc95 100644 --- a/bitbake/lib/bb/fetch2/local.py +++ b/bitbake/lib/bb/fetch2/local.py | |||
@@ -29,7 +29,7 @@ import os | |||
29 | import bb | 29 | import bb |
30 | import bb.utils | 30 | import bb.utils |
31 | from bb import data | 31 | from bb import data |
32 | from bb.fetch import Fetch | 32 | from bb.fetch2 import Fetch |
33 | 33 | ||
34 | class Local(Fetch): | 34 | class Local(Fetch): |
35 | def supports(self, url, urldata, d): | 35 | def supports(self, url, urldata, d): |