From 5349163e93a107fdfea2ad58760f6149a8d749b0 Mon Sep 17 00:00:00 2001 From: Vasilii Chernov Date: Fri, 5 Feb 2016 12:33:48 +0100 Subject: Add support for python script properties. Correct pcilib python wrapping. Update examples. Update cmakelists for work in shadow build mode. --- xml/test_pywrap/test_prop3.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 xml/test_pywrap/test_prop3.py (limited to 'xml/test_pywrap/test_prop3.py') diff --git a/xml/test_pywrap/test_prop3.py b/xml/test_pywrap/test_prop3.py new file mode 100644 index 0000000..c1300b3 --- /dev/null +++ b/xml/test_pywrap/test_prop3.py @@ -0,0 +1,4 @@ +import os + +def read_from_register(): + return 10; -- cgit v1.2.3