mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-20 15:59:48 +02:00
Final push for release...
This commit is contained in:
@ -14,6 +14,7 @@ local mime = require("mime.core")
|
||||
local io = require("io")
|
||||
local string = require("string")
|
||||
module("mime")
|
||||
getmetatable(_M).__index = nil
|
||||
|
||||
-- encode, decode and wrap algorithm tables
|
||||
encodet = {}
|
||||
@ -84,5 +85,3 @@ end
|
||||
function stuff()
|
||||
return ltn12.filter.cycle(dot, 2)
|
||||
end
|
||||
|
||||
--getmetatable(_M).__index = nil
|
||||
|
Reference in New Issue
Block a user