Removed unnecessary import.
This commit is contained in:
parent
17822c6366
commit
64ef8c1ac8
@ -34,7 +34,6 @@ if not ok then
|
|||||||
os.exit(EXIT_FAILURE)
|
os.exit(EXIT_FAILURE)
|
||||||
end
|
end
|
||||||
local Files = require("files")
|
local Files = require("files")
|
||||||
local Errhand = require("error_handling")
|
|
||||||
local NomsuCode, LuaCode, Source
|
local NomsuCode, LuaCode, Source
|
||||||
do
|
do
|
||||||
local _obj_0 = require("code_obj")
|
local _obj_0 = require("code_obj")
|
||||||
|
@ -40,7 +40,6 @@ if not ok
|
|||||||
print("Error: unable to find the 'lpeg' Lua module. Please install LPEG either from http://www.inf.puc-rio.br/~roberto/lpeg/re.html or, if you use luarocks: `luarocks install lpeg`")
|
print("Error: unable to find the 'lpeg' Lua module. Please install LPEG either from http://www.inf.puc-rio.br/~roberto/lpeg/re.html or, if you use luarocks: `luarocks install lpeg`")
|
||||||
os.exit(EXIT_FAILURE)
|
os.exit(EXIT_FAILURE)
|
||||||
Files = require "files"
|
Files = require "files"
|
||||||
Errhand = require "error_handling"
|
|
||||||
{:NomsuCode, :LuaCode, :Source} = require "code_obj"
|
{:NomsuCode, :LuaCode, :Source} = require "code_obj"
|
||||||
{:List, :Dict, :Text} = require 'containers'
|
{:List, :Dict, :Text} = require 'containers'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user