~james-w/click-reviewers-tools/drop-name-check

« back to all changes in this revision

Viewing changes to clickreviews/cr_online_accounts.py

merge all the files from Michael Vogt to fix pyflakes warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
                xml = tree.getroot()
103
103
            except Exception as e:
104
104
                error("accounts xml unparseable: %s (%s):\n%s" % (bn, str(e),
105
 
                      contents))
 
105
                      open(fn).read()))
106
106
            return (fn, xml)
107
107
 
108
108
    def check_application(self):