refactoring utils to tools as discussed in #2197

This commit is contained in:
chrox
2016-08-11 19:29:09 +08:00
parent 7857f6964b
commit 9afad43a3e
6 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ describe("touch probe module", function()
it("should probe properly for kobo touch", function()
local Device = require("device")
local TouchProbe = require("utils/kobo_touch_probe"):new{}
local TouchProbe = require("tools/kobo_touch_probe"):new{}
local need_to_switch_xy
TouchProbe.saveSwitchXYSetting = function(_, new_need_to_switch_xy)
need_to_switch_xy = new_need_to_switch_xy