From d4e91ce022d7563b58f4204b40a47e978b02943f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 23 Jun 2022 04:02:45 +0200 Subject: Minor cleanup. --- module/calp/entry-points/html.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/calp/entry-points/html.scm b/module/calp/entry-points/html.scm index 0c31a0c8..a324305b 100644 --- a/module/calp/entry-points/html.scm +++ b/module/calp/entry-points/html.scm @@ -1,5 +1,4 @@ (define-module (calp entry-points html) - :export (main) :use-module (hnh util) :use-module ((hnh util exceptions) :select (warning)) :use-module ((hnh util path) :select (path-append)) @@ -8,6 +7,7 @@ :use-module (datetime) :use-module (ice-9 getopt-long) :use-module ((ice-9 regex) :select (string-match regexp-substitute)) + :use-module (ice-9 format) :use-module ((srfi srfi-41) :select (stream-take stream-for-each)) :use-module ((calp html view calendar) :select (html-generate)) @@ -25,6 +25,7 @@ :use-module (calp translation) :autoload (vcomponent util instance) (global-event-object) + :export (main) ) -- cgit v1.2.3