summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lvm2-details-html.lsp2
-rw-r--r--lvm2-model.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/lvm2-details-html.lsp b/lvm2-details-html.lsp
index 8ed3df4..1b2aa27 100644
--- a/lvm2-details-html.lsp
+++ b/lvm2-details-html.lsp
@@ -1,5 +1,5 @@
<% local data, viewlibrary = ...
-require("htmlviewfunctions")
+htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>
diff --git a/lvm2-model.lua b/lvm2-model.lua
index 7bc622c..ba63301 100644
--- a/lvm2-model.lua
+++ b/lvm2-model.lua
@@ -1,7 +1,7 @@
module(..., package.seeall)
-- Load libraries
-require("modelfunctions")
+modelfunctions = require("modelfunctions")
fs = require("acf.fs")
format = require("acf.format")