From d3afa54144748685d12c159407194e03538e98de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 24 Aug 2020 20:34:11 +0200 Subject: Move util modules into calp module.. --- module/sxml/namespace.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/sxml/namespace.scm') diff --git a/module/sxml/namespace.scm b/module/sxml/namespace.scm index 5a274098..57250b93 100644 --- a/module/sxml/namespace.scm +++ b/module/sxml/namespace.scm @@ -1,5 +1,5 @@ (define-module (sxml namespace) - :use-module (util) + :use-module (calp util) :use-module (sxml transform)) (define* (symbol-split symbol key: (sep #\:)) -- cgit v1.2.3