aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/caltable.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--module/calp/html/caltable.scm (renamed from module/html/caltable.scm)4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/html/caltable.scm b/module/calp/html/caltable.scm
index fb2cbe02..65a70252 100644
--- a/module/html/caltable.scm
+++ b/module/calp/html/caltable.scm
@@ -1,6 +1,6 @@
-(define-module (html caltable)
+(define-module (calp html caltable)
:use-module (util)
- :use-module (html util)
+ :use-module (calp html util)
:use-module (datetime)
:use-module (srfi srfi-41)
)