]> git.neil.brown.name Git - edlib.git/commitdiff
Fix text.py for new calling convention.
authorNeilBrown <neil@brown.name>
Fri, 25 Dec 2015 22:43:47 +0000 (09:43 +1100)
committerNeilBrown <neil@brown.name>
Fri, 25 Dec 2015 22:43:47 +0000 (09:43 +1100)
Pane commands must be called against a pane...

Signed-off-by: NeilBrown <neil@brown.name>
python/test.py

index df039a8e78690e38dbab212311876edf389321f4..dd7915ad726c4cc3faa936dff63b448854a8e168 100644 (file)
@@ -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);