diff mbox series

fetch2: Add missing runfetchcmd import

Message ID 20240418134147.184430-1-sven@svenschwermer.de
State New
Headers show
Series fetch2: Add missing runfetchcmd import | expand

Commit Message

Sven April 18, 2024, 1:41 p.m. UTC
From: Sven Schwermer <sven.schwermer@disruptive-technologies.com>

This adds the missing import. This bug was introduced with 1ab1d36c.

Signed-off-by: Sven Schwermer <sven.schwermer@disruptive-technologies.com>
---
 lib/bb/fetch2/gcp.py | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/lib/bb/fetch2/gcp.py b/lib/bb/fetch2/gcp.py
index f40ce2eaa..eb3e0c6a6 100644
--- a/lib/bb/fetch2/gcp.py
+++ b/lib/bb/fetch2/gcp.py
@@ -23,6 +23,7 @@  import urllib.parse, urllib.error
 from bb.fetch2 import FetchMethod
 from bb.fetch2 import FetchError
 from bb.fetch2 import logger
+from bb.fetch2 import runfetchcmd
 
 class GCP(FetchMethod):
     """