From c9639054d4b1bf49ec0e9f3ce89aafe83dbedfb5 Mon Sep 17 00:00:00 2001 From: "Vadim A. Misbakh-Soloviov" Date: Sun, 9 Apr 2017 02:44:32 +0700 Subject: [PATCH] drop luarocks requirement --- src/htmlparser/ElementNode.lua | 1 - tst/init.lua | 1 - 2 files changed, 2 deletions(-) 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