diff options
Diffstat (limited to 'xml/test_pywrap/props.xml')
-rw-r--r-- | xml/test_pywrap/props.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xml/test_pywrap/props.xml b/xml/test_pywrap/props.xml index 0d0078b..dae83f9 100644 --- a/xml/test_pywrap/props.xml +++ b/xml/test_pywrap/props.xml @@ -16,4 +16,9 @@ unit="C" script="test_prop3.py" description="test python script #2"/> + <transform path="/test/prop_mt" + register="test_prop_mt" + unit="C" + script="test_prop_mt.py" + description="Example of thread safe python property"/> </model> |