aboutsummaryrefslogtreecommitdiff
path: root/etc/lp.lua
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-06-14 04:29:23 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-06-14 04:29:23 +0000
commit65c35845c54c7f84b1cf5b0e3d4c7bbdaf1014e3 (patch)
treef6e3f1a31451281ac2a347c3080e9749456dac29 /etc/lp.lua
parent8b114f3bf4ccea3b065551fa94649a9e45935b5b (diff)
downloadluasocket-65c35845c54c7f84b1cf5b0e3d4c7bbdaf1014e3.tar.gz
luasocket-65c35845c54c7f84b1cf5b0e3d4c7bbdaf1014e3.tar.bz2
luasocket-65c35845c54c7f84b1cf5b0e3d4c7bbdaf1014e3.zip
Working on the manual.
Diffstat (limited to 'etc/lp.lua')
-rw-r--r--etc/lp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/lp.lua b/etc/lp.lua
index 7637d16..2ba7954 100644
--- a/etc/lp.lua
+++ b/etc/lp.lua
@@ -10,7 +10,7 @@
10]] 10]]
11-- make sure LuaSocket is loaded 11-- make sure LuaSocket is loaded
12local io = require("io") 12local io = require("io")
13local base = require("base") 13local base = _G
14local string = require("string") 14local string = require("string")
15local socket = require("socket") 15local socket = require("socket")
16local ltn12 = require("ltn12") 16local ltn12 = require("ltn12")