Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)
git-svn-id: svn://localhost/ardour2/branches/3.0@9409 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -12,7 +12,7 @@ def configure(conf):
|
||||
def build(bld):
|
||||
presets = glob.glob (os.path.join(bld.get_curdir(), '*.preset'))
|
||||
formats = glob.glob (os.path.join(bld.get_curdir(), '*.format'))
|
||||
bld.install_files (os.path.join(bld.env['DATADIR'], 'ardour3', 'export'),
|
||||
bld.install_files (os.path.join(bld.env['DATADIR'], 'ardour3', 'export'),
|
||||
presets + formats)
|
||||
|
||||
def set_options(opt):
|
||||
|
||||
Reference in New Issue
Block a user