redland-bindings (1.0.10.1-2) direct (non packaging) changes

Summary

 python/example.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

--- redland-bindings-1.0.10.1.orig/python/example.py
+++ redland-bindings-1.0.10.1/python/example.py
@@ -43,7 +43,7 @@
 for s in model.find_statements(RDF.Statement()):
   print "found statement:",s
 
-test_file='../data/dc.rdf'
+test_file='dc.rdf'
 
 print "Parsing URI (file)", test_file
 uri=RDF.Uri(string="file:"+test_file)