~tomasgroth/openlp/packaging-webengine

« back to all changes in this revision

Viewing changes to builders/builder.py

  • Committer: Tomas Groth
  • Date: 2017-09-27 20:33:01 UTC
  • Revision ID: tomasgroth@yahoo.dk-20170927203301-63aqpv1xm55so60a
Fix idention.

Show diffs side-by-side

added added

removed removed

Lines of Context:
266
266
        """
267
267
        Return a list of the binaries to include
268
268
        """
269
 
       return []
 
269
        return []
270
270
 
271
271
    def run_pyinstaller(self):
272
272
        """