aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/xcal/parse.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-23 16:31:55 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-23 16:31:55 +0200
commitb866096e7a84f59b33b90fc2e7875e2969b05df2 (patch)
tree225b88955d1314a8100dad8602d13c7933cca0f6 /module/vcomponent/xcal/parse.scm
parentRemove custom if + *unspecified*. (diff)
downloadcalp-b866096e7a84f59b33b90fc2e7875e2969b05df2.tar.gz
calp-b866096e7a84f59b33b90fc2e7875e2969b05df2.tar.xz
Base64 now free floating top level.
Diffstat (limited to 'module/vcomponent/xcal/parse.scm')
-rw-r--r--module/vcomponent/xcal/parse.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/xcal/parse.scm b/module/vcomponent/xcal/parse.scm
index 16e47e6f..a4b51b5b 100644
--- a/module/vcomponent/xcal/parse.scm
+++ b/module/vcomponent/xcal/parse.scm
@@ -1,7 +1,7 @@
(define-module (vcomponent xcal parse)
:use-module (util)
:use-module (util exceptions)
- :use-module (util base64)
+ :use-module (base64)
:use-module (ice-9 match)
:use-module (sxml match)
:use-module (vcomponent)