This commit is contained in:
kepler155c@gmail.com
2019-07-21 14:49:03 -06:00
parent e68c9e938f
commit 267ee439b5
2 changed files with 1 additions and 4 deletions

View File

@@ -6,9 +6,6 @@ local fs = _G.fs
local os = _G.os
local shell = _ENV.shell
local programDir = fs.getDir(shell.getRunningProgram())
os.loadAPI(programDir .. '/'.. 'json')
local w = require("swshop.w")
local r = require("swshop.r")
local k = require("swshop.k")