diff options
Diffstat (limited to 'bitbake/lib/bb/fetch/repo.py')
-rw-r--r-- | bitbake/lib/bb/fetch/repo.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/lib/bb/fetch/repo.py b/bitbake/lib/bb/fetch/repo.py index 34c32fe0bb..883310b019 100644 --- a/bitbake/lib/bb/fetch/repo.py +++ b/bitbake/lib/bb/fetch/repo.py | |||
@@ -23,11 +23,10 @@ BitBake "Fetch" repo (git) implementation | |||
23 | # with this program; if not, write to the Free Software Foundation, Inc., | 23 | # with this program; if not, write to the Free Software Foundation, Inc., |
24 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | 24 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
25 | 25 | ||
26 | import os, re | 26 | import os |
27 | import bb | 27 | import bb |
28 | from bb import data | 28 | from bb import data |
29 | from bb.fetch import Fetch | 29 | from bb.fetch import Fetch |
30 | from bb.fetch import FetchError | ||
31 | from bb.fetch import runfetchcmd | 30 | from bb.fetch import runfetchcmd |
32 | 31 | ||
33 | class Repo(Fetch): | 32 | class Repo(Fetch): |