summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/fetch2/repo.py1
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
27import bb 27import bb
28from bb.fetch2 import FetchMethod 28from bb.fetch2 import FetchMethod
29from bb.fetch2 import runfetchcmd 29from bb.fetch2 import runfetchcmd
30from bb.fetch2 import logger
30 31
31class Repo(FetchMethod): 32class 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"""