aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nomsu.lua1
-rwxr-xr-xnomsu.moon1
2 files changed, 0 insertions, 2 deletions
diff --git a/nomsu.lua b/nomsu.lua
index c325387..ad5c72e 100644
--- a/nomsu.lua
+++ b/nomsu.lua
@@ -34,7 +34,6 @@ if not ok then
os.exit(EXIT_FAILURE)
end
local Files = require("files")
-local Errhand = require("error_handling")
local NomsuCode, LuaCode, Source
do
local _obj_0 = require("code_obj")
diff --git a/nomsu.moon b/nomsu.moon
index e45083f..eeca678 100755
--- a/nomsu.moon
+++ b/nomsu.moon
@@ -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`")
os.exit(EXIT_FAILURE)
Files = require "files"
-Errhand = require "error_handling"
{:NomsuCode, :LuaCode, :Source} = require "code_obj"
{:List, :Dict, :Text} = require 'containers'