From 8719b84a95805d109e21c20f05a0164315e1b38a Mon Sep 17 00:00:00 2001 From: Vasilii Chernov Date: Wed, 2 Mar 2016 10:26:13 +0100 Subject: Move scripts handing code from py.c to Python wrap --- xml/scripts/test_script.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'xml/scripts/test_script.py') diff --git a/xml/scripts/test_script.py b/xml/scripts/test_script.py index 5363a94..46a5b25 100644 --- a/xml/scripts/test_script.py +++ b/xml/scripts/test_script.py @@ -1,4 +1,2 @@ -description='this is a test script' - def run(ctx, inpt): return bytearray('111') -- cgit v1.2.3