diff options
author | Vasilii Chernov <vchernov@inr.ru> | 2016-03-02 10:26:13 +0100 |
---|---|---|
committer | Vasilii Chernov <vchernov@inr.ru> | 2016-03-02 10:26:13 +0100 |
commit | 8719b84a95805d109e21c20f05a0164315e1b38a (patch) | |
tree | 2cfbb6ce8af7e9a4acd9e2e085bef8a212bc1701 /xml/scripts | |
parent | 8eca0564a1dd6aac125086a244687b4813a1fd86 (diff) | |
download | pcitool-8719b84a95805d109e21c20f05a0164315e1b38a.tar.gz pcitool-8719b84a95805d109e21c20f05a0164315e1b38a.tar.bz2 pcitool-8719b84a95805d109e21c20f05a0164315e1b38a.tar.xz pcitool-8719b84a95805d109e21c20f05a0164315e1b38a.zip |
Move scripts handing code from py.c to Python wrap
Diffstat (limited to 'xml/scripts')
-rw-r--r-- | xml/scripts/test_script.py | 2 |
1 files changed, 0 insertions, 2 deletions
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') |