Merge pull request #6985 from akien-mga/python-pep8

Apply PEP8 to all python files using autopep8
This commit is contained in:
Rémi Verschelde
2016-11-01 00:37:24 +01:00
committed by GitHub

View File

@@ -1,11 +1,8 @@
def can_build(platform):
return True
return True
def configure(env):
pass
pass