diff options
author | David Robillard <d@drobilla.net> | 2012-12-29 20:34:32 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-12-29 20:34:32 +0000 |
commit | 79275fc579c0dbe1ce4ca109edb95f2c1e0802a5 (patch) | |
tree | 72bb18ea61f485c47514a511dd3067c57aa2fb4b /scripts | |
parent | 9bdf223f830d3b430563e96d93efc073b1882e96 (diff) | |
download | ingen-79275fc579c0dbe1ce4ca109edb95f2c1e0802a5.tar.gz ingen-79275fc579c0dbe1ce4ca109edb95f2c1e0802a5.tar.bz2 ingen-79275fc579c0dbe1ce4ca109edb95f2c1e0802a5.zip |
"edge" => "arc".
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4897 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/ingen.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ingen.py b/scripts/ingen.py index 041a7de6..c66b0293 100644 --- a/scripts/ingen.py +++ b/scripts/ingen.py @@ -239,7 +239,7 @@ class Remote(Interface): a patch:Put ; patch:subject <ingen:/root%s> ; patch:body [ - a ingen:Edge ; + a ingen:Arc ; ingen:tail <ingen:/root%s> ; ingen:head <ingen:/root%s> ; ] . @@ -250,7 +250,7 @@ class Remote(Interface): [] a patch:Delete ; patch:body [ - a ingen:Edge ; + a ingen:Arc ; ingen:tail <ingen:/root%s> ; ingen:head <ingen:/root%s> ; ] . |