drop luarocks requirement

This commit is contained in:
Vadim A. Misbakh-Soloviov 2017-04-09 02:44:32 +07:00
parent acad4d40eb
commit c9639054d4
No known key found for this signature in database
GPG Key ID: 26503D349B3B334B
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
-- vim: ft=lua ts=2
pcall(require, "luarocks.loader")
local Set = {}
Set.mt = {__index = Set}
function Set:new(values)

View File

@ -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