trill_on_swish/commit

fix in trill_on_swish.pl

authorrzese
Wed Mar 4 16:13:26 2015 +0100
committerrzese
Wed Mar 4 16:13:26 2015 +0100
commit3f05a7add08d08d45402a3030ebe99ec3a2c304b
tree58285389348903d6d32c653ea95629cde495306b
parent592bed6641e8b6e6bcc2599e5658ede578eebf4c
Diff style: patch stat
diff --git a/applications/trill_on_swish.pl b/applications/trill_on_swish.pl
index fc0cf25..21b10d9 100644
--- a/applications/trill_on_swish.pl
+++ b/applications/trill_on_swish.pl
@@ -62,7 +62,7 @@ user:file_search_path(tos_render, library(trill_on_swish/render)).
 	pengines:prepare_module/3.
 
 :- pengine_application(trill_on_swish).
-:- use_module(trill_on_swish:library(trill_on_swish/trill_on_swish_render)).
+:- use_module('../lib/trill_on_swish/trill_on_swish_render').
 :- use_module(trill_on_swish:library(pengines_io)).
 :- use_module(trill_on_swish:library(semweb/rdf_db)).
 :- use_module(trill_on_swish:library(semweb/rdfs)).