diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-04-26 14:00:01 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-04-26 14:00:15 -0700 |
| commit | 7f99c70d564ec999e782e83f482e6d8e22c88ef2 (patch) | |
| tree | 801db872cd9e97f045354c3505dcf23c95c90dfd /nomsu_tree.lua | |
| parent | 4892c63e92bf82386b4ebb54a5a1dd76dcd792f8 (diff) | |
Fixed renaming lua_obj->code_obj
Diffstat (limited to 'nomsu_tree.lua')
| -rw-r--r-- | nomsu_tree.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_tree.lua b/nomsu_tree.lua index f7a56d7..3d09d5c 100644 --- a/nomsu_tree.lua +++ b/nomsu_tree.lua @@ -11,7 +11,7 @@ do end local Lua, Nomsu, Location do - local _obj_0 = require("lua_obj") + local _obj_0 = require("code_obj") Lua, Nomsu, Location = _obj_0.Lua, _obj_0.Nomsu, _obj_0.Location end local MAX_LINE = 80 |
