Merge pull request #224 from pdgendt/patch-2

mime.lua: Obsolete require("io")
master
Diego Nehab 2019-02-24 18:06:00 -03:00 committed by GitHub
commit 38865fad3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@
local base = _G
local ltn12 = require("ltn12")
local mime = require("mime.core")
local io = require("io")
local string = require("string")
local _M = mime
@ -87,4 +86,4 @@ function _M.stuff()
return ltn12.filter.cycle(_M.dot, 2)
end
return _M
return _M