summaryrefslogtreecommitdiffstats
path: root/scripts/ingen.py
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-12-31 03:28:54 +0000
committerDavid Robillard <d@drobilla.net>2013-12-31 03:28:54 +0000
commit763a3eb36fa35c53b39536779a7fefefff541d1c (patch)
tree85746bd7ac0a090e5e4c3d5b24750d36b79fe687 /scripts/ingen.py
parenta83edd470077139411f5cf2cb6f0def5dc62237c (diff)
downloadingen-763a3eb36fa35c53b39536779a7fefefff541d1c.tar.gz
ingen-763a3eb36fa35c53b39536779a7fefefff541d1c.tar.bz2
ingen-763a3eb36fa35c53b39536779a7fefefff541d1c.zip
Update ingenams to use the new ams-lv2 instead of the dead avw-lv2.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5237 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'scripts/ingen.py')
-rw-r--r--scripts/ingen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ingen.py b/scripts/ingen.py
index 685b0538..f34bf990 100644
--- a/scripts/ingen.py
+++ b/scripts/ingen.py
@@ -224,7 +224,7 @@ class Remote(Interface):
patch:subject <ingen:/root%s> ;
patch:body [
%s
-] .
+ ] .
''' % (path, body))
def set(self, path, body):