diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-01-18 20:40:45 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-01-18 20:40:53 -0800 |
| commit | 64ef8c1ac8733c6391ad7ecca9fe2104eae6be28 (patch) | |
| tree | 41164805f92245973b1e42d9608d6c2e4b9b8068 /nomsu.lua | |
| parent | 17822c6366c7575a85fadcfa2822f41d2aad6e0f (diff) | |
Removed unnecessary import.
Diffstat (limited to 'nomsu.lua')
| -rw-r--r-- | nomsu.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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") |
