From: NeilBrown Date: Fri, 25 Dec 2015 22:43:47 +0000 (+1100) Subject: Fix text.py for new calling convention. X-Git-Tag: lca2016~34 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=d3bb5c7bd1c579f4e6cdb6d79a6d5ac316ccfac1;p=edlib.git Fix text.py for new calling convention. Pane commands must be called against a pane... Signed-off-by: NeilBrown --- diff --git a/python/test.py b/python/test.py index df039a8e..dd7915ad 100644 --- a/python/test.py +++ b/python/test.py @@ -1,4 +1,4 @@ -edlib.call("Replace", "This text was inserted from python\n", pane, pane); +pane.call("Replace", "This text was inserted from python\n", pane);