diff options
| -rw-r--r-- | bitbake/lib/bb/fetch2/repo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch2/repo.py b/bitbake/lib/bb/fetch2/repo.py index 1be91cc698..c22d9b5578 100644 --- a/bitbake/lib/bb/fetch2/repo.py +++ b/bitbake/lib/bb/fetch2/repo.py | |||
| @@ -27,6 +27,7 @@ import os | |||
| 27 | import bb | 27 | import bb |
| 28 | from bb.fetch2 import FetchMethod | 28 | from bb.fetch2 import FetchMethod |
| 29 | from bb.fetch2 import runfetchcmd | 29 | from bb.fetch2 import runfetchcmd |
| 30 | from bb.fetch2 import logger | ||
| 30 | 31 | ||
| 31 | class Repo(FetchMethod): | 32 | class Repo(FetchMethod): |
| 32 | """Class to fetch a module or modules from repo (git) repositories""" | 33 | """Class to fetch a module or modules from repo (git) repositories""" |
