diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-10-05 03:16:17 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-10-05 03:16:17 +0000 |
commit | 72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4 (patch) | |
tree | 8ad4d77c2a5889748afa164188d566570028a513 /src/mime.lua | |
parent | a65c599fc5014de278d10c64fa0e425149517fe8 (diff) | |
download | luasocket-72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4.tar.gz luasocket-72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4.tar.bz2 luasocket-72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4.zip |
Bugs sent by David.
Diffstat (limited to 'src/mime.lua')
-rw-r--r-- | src/mime.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mime.lua b/src/mime.lua index af42dcd..f6a9333 100644 --- a/src/mime.lua +++ b/src/mime.lua | |||
@@ -14,7 +14,6 @@ local mime = require("mime.core") | |||
14 | local io = require("io") | 14 | local io = require("io") |
15 | local string = require("string") | 15 | local string = require("string") |
16 | module("mime") | 16 | module("mime") |
17 | getmetatable(_M).__index = nil | ||
18 | 17 | ||
19 | -- encode, decode and wrap algorithm tables | 18 | -- encode, decode and wrap algorithm tables |
20 | encodet = {} | 19 | encodet = {} |