summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/repo.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/fetch/repo.py')
-rw-r--r--lib/bb/fetch/repo.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/bb/fetch/repo.py b/lib/bb/fetch/repo.py
index 34c32fe0b..883310b01 100644
--- a/lib/bb/fetch/repo.py
+++ b/lib/bb/fetch/repo.py
@@ -23,11 +23,10 @@ BitBake "Fetch" repo (git) implementation
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-import os, re
+import os
import bb
from bb import data
from bb.fetch import Fetch
-from bb.fetch import FetchError
from bb.fetch import runfetchcmd
class Repo(Fetch):