swish/commit

Copied from upstream

authorJan Wielemaker
Wed Sep 7 08:57:43 2016 +0200
committerJan Wielemaker
Wed Sep 7 08:57:43 2016 +0200
commit5f61bdc7c2f55115520617ac8dd788fbab4fdd2a
treee5579a11eb96693cb2ba78c8c37968ce73ea89b6
parente1f30f0d0d95674ec5e9c8d2e5f0587329fdc9b2
Diff style: patch stat
diff --git a/lib/swish/r_swish.pl b/lib/swish/r_swish.pl
index ad855e7..7144670 100644
--- a/lib/swish/r_swish.pl
+++ b/lib/swish/r_swish.pl
@@ -38,9 +38,9 @@
 :- use_module(library(http/html_write)).
 :- use_module(library(http/js_write)).
 
-% We publish to the user module to avoid autoloading `real'.
-:- use_module(user:library(r/r_call)).
-:- use_module(user:library(r/r_data)).
+% We publish to the R interface to `swish`
+:- use_module(swish:library(r/r_call)).
+:- use_module(swish:library(r/r_data)).
 
 :- use_module(library(r/r_call)).
 :- use_module(library(r/r_serve)).