diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/gitsm.py')
-rw-r--r-- | bitbake/lib/bb/fetch2/gitsm.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/gitsm.py b/bitbake/lib/bb/fetch2/gitsm.py index 939fb3f09f..a95584c821 100644 --- a/bitbake/lib/bb/fetch2/gitsm.py +++ b/bitbake/lib/bb/fetch2/gitsm.py | |||
@@ -31,7 +31,6 @@ NOTE: Switching a SRC_URI from "git://" to "gitsm://" requires a clean of your r | |||
31 | 31 | ||
32 | import os | 32 | import os |
33 | import bb | 33 | import bb |
34 | from bb import data | ||
35 | from bb.fetch2.git import Git | 34 | from bb.fetch2.git import Git |
36 | from bb.fetch2 import runfetchcmd | 35 | from bb.fetch2 import runfetchcmd |
37 | from bb.fetch2 import logger | 36 | from bb.fetch2 import logger |