diff --git a/src/htmlparser/ElementNode.lua b/src/htmlparser/ElementNode.lua index 7c8d571..4b7b3ef 100644 --- a/src/htmlparser/ElementNode.lua +++ b/src/htmlparser/ElementNode.lua @@ -1,5 +1,4 @@ -- vim: ft=lua ts=2 -pcall(require, "luarocks.loader") local Set = {} Set.mt = {__index = Set} function Set:new(values) diff --git a/tst/init.lua b/tst/init.lua index 47a4576..534ed8c 100644 --- a/tst/init.lua +++ b/tst/init.lua @@ -1,4 +1,3 @@ -require("luarocks.loader") -- Omit next line in actual module clients; it's only to support development of the module itself package.path = "../src/?.lua;" .. package.path