diff options
Diffstat (limited to 'xml/test_pywrap/test_prop2.py')
-rw-r--r-- | xml/test_pywrap/test_prop2.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xml/test_pywrap/test_prop2.py b/xml/test_pywrap/test_prop2.py deleted file mode 100644 index d78dbea..0000000 --- a/xml/test_pywrap/test_prop2.py +++ /dev/null @@ -1,6 +0,0 @@ -def read_from_register(ctx, value): - return ctx.get_property('/test/prop3') / 2 - -def write_to_register(ctx, value): - ctx.set_property(value*2, '/test/prop3') - |