diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/local.py')
| -rw-r--r-- | bitbake/lib/bb/fetch2/local.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/local.py b/bitbake/lib/bb/fetch2/local.py index 83778883e0..2ff77234e5 100644 --- a/bitbake/lib/bb/fetch2/local.py +++ b/bitbake/lib/bb/fetch2/local.py | |||
| @@ -29,7 +29,6 @@ import os | |||
| 29 | import urllib.request, urllib.parse, urllib.error | 29 | import urllib.request, urllib.parse, urllib.error |
| 30 | import bb | 30 | import bb |
| 31 | import bb.utils | 31 | import bb.utils |
| 32 | from bb import data | ||
| 33 | from bb.fetch2 import FetchMethod, FetchError | 32 | from bb.fetch2 import FetchMethod, FetchError |
| 34 | from bb.fetch2 import logger | 33 | from bb.fetch2 import logger |
| 35 | 34 | ||
