From e232cb0b75e59e8d2aeb81cbbb75a10b5a934bce Mon Sep 17 00:00:00 2001 From: Dominik Heidler Date: Fri, 8 Mar 2024 12:20:32 +0100 Subject: [PATCH] Import simplejson --- bin/fetch_openqa_bugs | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/fetch_openqa_bugs b/bin/fetch_openqa_bugs index dc47090..0cb62fd 100755 --- a/bin/fetch_openqa_bugs +++ b/bin/fetch_openqa_bugs @@ -6,6 +6,7 @@ import sys sys.path.insert(0, os.path.abspath(os.path.dirname(__file__) + "/..")) import json +import simplejson import configparser import requests