Merge "Remove use of simplejson library"

This commit is contained in:
Zuul 2021-07-26 18:57:31 +00:00 committed by Gerrit Code Review
commit b5f3d037ca

View File

@ -15,6 +15,7 @@
# License for the specific language governing permissions and limitations
# under the License.
import json
import os
import sys
import time
@ -22,7 +23,6 @@ import time
from jinja2 import Environment
from jinja2 import FileSystemLoader
from launchpadlib.launchpad import Launchpad
import simplejson as json
def create_files(templatepath, outputpath, projects):