trill_on_swish/commit

minor fixes

authorrzese
Wed Mar 4 16:03:49 2015 +0100
committerrzese
Wed Mar 4 16:03:49 2015 +0100
commit592bed6641e8b6e6bcc2599e5658ede578eebf4c
treeaf55646d56460190ef49c93533ff0cf7b8ea5c82
parent5be6a7598647b3f9e2effe203d9c6c6e6c6c429d
Diff style: patch stat
diff --git a/applications/trill_on_swish.pl b/applications/trill_on_swish.pl
index 1ff5401..fc0cf25 100644
--- a/applications/trill_on_swish.pl
+++ b/applications/trill_on_swish.pl
@@ -62,14 +62,15 @@ user:file_search_path(tos_render, library(trill_on_swish/render)).
 	pengines:prepare_module/3.
 
 :- pengine_application(trill_on_swish).
-:- trill_on_swish_use_rendering(trill_on_swish:trill_on_swish_rdf).
-:- use_module(library(trill_on_swish/trill_on_swish_render)).
+:- use_module(trill_on_swish:library(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)).
 :- use_module(trill_on_swish:library(semweb/rdf_optimise)).
 :- use_module(trill_on_swish:library(semweb/rdf_litindex)).
 :- use_module(trill_on_swish:library(aggregate)).
+:- trill_on_swish_use_rendering(trill_on_swish:trill_on_swish_rdf).
+
 pengines:prepare_module(Module, trill_on_swish, _Options) :-
 	pengines_io:pengine_bind_io_to_html(Module).