aboutsummaryrefslogtreecommitdiff
path: root/module/sxml/namespace.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/sxml/namespace.scm')
-rw-r--r--module/sxml/namespace.scm2
1 files changed, 1 insertions, 1 deletions
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 #\:))