diff options
Diffstat (limited to 'examples/python/loading.py')
-rw-r--r-- | examples/python/loading.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/python/loading.py b/examples/python/loading.py new file mode 100644 index 0000000..b688d84 --- /dev/null +++ b/examples/python/loading.py @@ -0,0 +1,7 @@ +# test loading of pywsman +import sys + +# cmake build dir +sys.path.insert(0, '../../build/swig/python') + +import zypp |