Fix idention.

This commit is contained in:
Tomas Groth 2017-09-27 22:33:01 +02:00
parent d13c07c58e
commit 770caefae7
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ class Builder(object):
""" """
Return a list of the binaries to include Return a list of the binaries to include
""" """
return [] return []
def run_pyinstaller(self): def run_pyinstaller(self):
""" """