Use just built bindings in example
authorKlaus Kämpf <kkaempf@suse.de>
Tue, 19 Oct 2010 11:58:06 +0000 (13:58 +0200)
committerKlaus Kämpf <kkaempf@suse.de>
Tue, 19 Oct 2010 11:58:06 +0000 (13:58 +0200)
examples/python/keyring.py

index 7758aa1..83cf5ff 100755 (executable)
@@ -1,5 +1,11 @@
 #!/usr/bin/python
 
+# test loading of pywsman
+import sys
+
+# cmake build dir
+sys.path.insert(0, '../../build/swig/python')
+
 from zypp import ZYppFactory, Pathname, KeyRing, PublicKey