aboutsummaryrefslogtreecommitdiff
path: root/etc/b64.lua
diff options
context:
space:
mode:
Diffstat (limited to 'etc/b64.lua')
-rw-r--r--etc/b64.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/b64.lua b/etc/b64.lua
index f75c423..11eeb2d 100644
--- a/etc/b64.lua
+++ b/etc/b64.lua
@@ -2,7 +2,6 @@
2-- Little program to convert to and from Base64 2-- Little program to convert to and from Base64
3-- LuaSocket sample files 3-- LuaSocket sample files
4-- Author: Diego Nehab 4-- Author: Diego Nehab
5-- RCS ID: $Id: b64.lua,v 1.8 2004/06/16 04:28:21 diego Exp $
6----------------------------------------------------------------------------- 5-----------------------------------------------------------------------------
7local ltn12 = require("ltn12") 6local ltn12 = require("ltn12")
8local mime = require("mime") 7local mime = require("mime")