summaryrefslogtreecommitdiff
path: root/examples/python/loading.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/python/loading.py')
-rw-r--r--examples/python/loading.py7
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