Fix PEP8 style issues in bootstrap code

This commit is contained in:
johnthagen 2017-10-08 20:08:11 -04:00
parent 650b1b1f3a
commit a263a78b28
2 changed files with 32 additions and 17 deletions

View file

@ -302,6 +302,7 @@ def default_build_triple():
return "{}-{}".format(cputype, ostype)
class RustBuild(object):
"""Provide all the methods required to build Rust"""
def __init__(self):