Finish renaming utils to tools

Continues the work of 9afad43a3e
This commit is contained in:
Dimitrios Semitsoglou-Tsiapos
2016-11-25 16:57:02 +02:00
committed by Qingping Hou
parent b16a33a232
commit 2ed6cf760d
3 changed files with 4 additions and 4 deletions

View File

@@ -394,7 +394,7 @@ function testBookStatus()
end
function testTouchProbe()
local TouchProbe = require("utils/kobo_touch_probe")
local TouchProbe = require("tools/kobo_touch_probe")
UIManager:show(TouchProbe:new{})
end