aboutsummaryrefslogtreecommitdiff
path: root/nomsu_tree.moon
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-04-26 14:00:01 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-04-26 14:00:15 -0700
commit7f99c70d564ec999e782e83f482e6d8e22c88ef2 (patch)
tree801db872cd9e97f045354c3505dcf23c95c90dfd /nomsu_tree.moon
parent4892c63e92bf82386b4ebb54a5a1dd76dcd792f8 (diff)
Fixed renaming lua_obj->code_obj
Diffstat (limited to 'nomsu_tree.moon')
-rw-r--r--nomsu_tree.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_tree.moon b/nomsu_tree.moon
index 2cf0777..e2b2c74 100644
--- a/nomsu_tree.moon
+++ b/nomsu_tree.moon
@@ -6,7 +6,7 @@ lpeg = require 'lpeg'
{:repr, :stringify, :min, :max, :equivalent, :set, :is_list, :sum} = utils
immutable = require 'immutable'
{:insert, :remove, :concat} = table
-{:Lua, :Nomsu, :Location} = require "lua_obj"
+{:Lua, :Nomsu, :Location} = require "code_obj"
MAX_LINE = 80 -- For beautification purposes, try not to make lines much longer than this value