Test loading of bindings
authorKlaus Kämpf <kkaempf@suse.de>
Tue, 19 Oct 2010 11:57:21 +0000 (13:57 +0200)
committerKlaus Kämpf <kkaempf@suse.de>
Tue, 19 Oct 2010 11:57:21 +0000 (13:57 +0200)
examples/python/loading.py [new file with mode: 0644]

diff --git a/examples/python/loading.py b/examples/python/loading.py
new file mode 100644 (file)
index 0000000..b688d84
--- /dev/null
@@ -0,0 +1,7 @@
+# test loading of pywsman
+import sys
+
+# cmake build dir
+sys.path.insert(0, '../../build/swig/python')
+
+import zypp