From 79275fc579c0dbe1ce4ca109edb95f2c1e0802a5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 29 Dec 2012 20:34:32 +0000 Subject: "edge" => "arc". git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4897 a436a847-0d15-0410-975c-d299462d15a1 --- scripts/ingen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 ; patch:body [ - a ingen:Edge ; + a ingen:Arc ; ingen:tail ; ingen:head ; ] . @@ -250,7 +250,7 @@ class Remote(Interface): [] a patch:Delete ; patch:body [ - a ingen:Edge ; + a ingen:Arc ; ingen:tail ; ingen:head ; ] . -- cgit v1.2.1