diff options
author | Vasilii Chernov <vchernov@inr.ru> | 2016-03-03 10:34:49 +0100 |
---|---|---|
committer | Vasilii Chernov <vchernov@inr.ru> | 2016-03-03 10:34:49 +0100 |
commit | ee16e47966afe180d3c32e2b1d93301052894fac (patch) | |
tree | 56aecf261aaae57e28c08cef573ae6642ec5394d /xml/scripts | |
parent | 02d0026e2df2ba5c68c0c1a67aec4437c9e8e8f3 (diff) | |
parent | 195c28f3074486165b6e0935362810f8a1fb9531 (diff) | |
download | pcitool-ee16e47966afe180d3c32e2b1d93301052894fac.tar.gz pcitool-ee16e47966afe180d3c32e2b1d93301052894fac.tar.bz2 pcitool-ee16e47966afe180d3c32e2b1d93301052894fac.tar.xz pcitool-ee16e47966afe180d3c32e2b1d93301052894fac.zip |
Merge with http://ufo.kit.edu/ufo/log/csa/pcitool 369 revision
Diffstat (limited to 'xml/scripts')
-rw-r--r-- | xml/scripts/test_script.py | 10 | ||||
-rw-r--r-- | xml/scripts/test_script2.py | 4 |
2 files changed, 0 insertions, 14 deletions
diff --git a/xml/scripts/test_script.py b/xml/scripts/test_script.py deleted file mode 100644 index 8f236e9..0000000 --- a/xml/scripts/test_script.py +++ /dev/null @@ -1,10 +0,0 @@ -import sys -if sys.version_info >= (3,0): - import binascii - -def run(ctx, inpt): - if sys.version_info >= (3,0): - return binascii.a2b_uu('111') - else: - return bytearray('111') - diff --git a/xml/scripts/test_script2.py b/xml/scripts/test_script2.py deleted file mode 100644 index 16e4adb..0000000 --- a/xml/scripts/test_script2.py +++ /dev/null @@ -1,4 +0,0 @@ -description='this is a test script' - -def run(ctx, inpt): - return ctx.get_registers_list(); |