aboutsummaryrefslogtreecommitdiff
path: root/nomsu.moon
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-01-18 20:40:45 -0800
committerBruce Hill <bruce@bruce-hill.com>2019-01-18 20:40:53 -0800
commit64ef8c1ac8733c6391ad7ecca9fe2104eae6be28 (patch)
tree41164805f92245973b1e42d9608d6c2e4b9b8068 /nomsu.moon
parent17822c6366c7575a85fadcfa2822f41d2aad6e0f (diff)
Removed unnecessary import.
Diffstat (limited to 'nomsu.moon')
-rwxr-xr-xnomsu.moon1
1 files changed, 0 insertions, 1 deletions
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'