tidy up env creation - round 1

This commit is contained in:
kepler155c@gmail.com
2020-05-05 17:25:58 -06:00
parent 4018d4bcfb
commit 3d3e5400cf
6 changed files with 18 additions and 24 deletions

View File

@@ -1,6 +1,3 @@
-- Lua may be called from outside of shell - inject a require
_G.requireInjector(_ENV)
local History = require('opus.history')
local UI = require('opus.ui')
local Util = require('opus.util')