Merge a mod-manager fix from 'warmist/develop' into develop

develop
Alexander Gavrilov 2014-04-12 17:02:18 +04:00
commit 65d361cad8
1 changed files with 2 additions and 2 deletions

@ -1,4 +1,3 @@
local gui=require 'gui'
local widgets=require 'gui.widgets'
@ -10,6 +9,7 @@ function fileExists(filename)
return
else
file:close()
return true
end
end
function copyFile(from,to) --oh so primitive