diff options
| -rw-r--r-- | bitbake/lib/bb/fetch2/git.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch2/git.py b/bitbake/lib/bb/fetch2/git.py index 10ba1d3a61..e6789bc840 100644 --- a/bitbake/lib/bb/fetch2/git.py +++ b/bitbake/lib/bb/fetch2/git.py | |||
| @@ -70,6 +70,7 @@ import errno | |||
| 70 | import os | 70 | import os |
| 71 | import re | 71 | import re |
| 72 | import bb | 72 | import bb |
| 73 | import errno | ||
| 73 | from bb import data | 74 | from bb import data |
| 74 | from bb.fetch2 import FetchMethod | 75 | from bb.fetch2 import FetchMethod |
| 75 | from bb.fetch2 import runfetchcmd | 76 | from bb.fetch2 import runfetchcmd |
