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