PEP8 fixes

This commit is contained in:
Filip Valder
2017-06-21 15:24:50 +02:00
parent 35558f86bc
commit 7ef2975984
43 changed files with 282 additions and 289 deletions

View File

@@ -1,17 +1,12 @@
import json
import requests
import os
import sys
import yaml
import pdc_client
filename = 'bootstrap-master-1.json'
print("Reading %s" % filename)
with open(filename, 'r') as f:
entry = json.loads(f.read())
print entry['modulemd']
print(entry['modulemd'])
modulemd = yaml.load(entry['modulemd'])
mbs = {}
mbs['commit'] = modulemd['data']['xmd']['mbs_commit']

View File

@@ -1,5 +1,4 @@
import json
import requests
import os
import sys