summaryrefslogtreecommitdiff
path: root/export
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-22 22:15:21 +0000
committerDavid Robillard <d@drobilla.net>2011-04-22 22:15:21 +0000
commit4769db412dffcee699116a63fc714f88513fa0c6 (patch)
treef5c9558af207924d325af1b6a09d4c311b6fe908 /export
parent57bf3cf0634dc185020cf4a02c372011a27a6a45 (diff)
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
Diffstat (limited to 'export')
-rw-r--r--export/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/export/wscript b/export/wscript
index 2b81276b0c..2ab87c4cd9 100644
--- a/export/wscript
+++ b/export/wscript
@@ -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):