From 9d7f43768aaa6d9f4b604c7e837a33755078ae15 Mon Sep 17 00:00:00 2001
From: Diego Nehab <diego@tecgraf.puc-rio.br>
Date: Mon, 8 Jul 2002 20:58:36 +0000
Subject: Do not load modules anymore.

---
 etc/get.lua | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/etc/get.lua b/etc/get.lua
index 13f983b..ecfecd1 100644
--- a/etc/get.lua
+++ b/etc/get.lua
@@ -1,10 +1,3 @@
--- this examples needs it all
-assert(dofile("../lua/code.lua"))
-assert(dofile("../lua/ftp.lua"))
-assert(dofile("../lua/concat.lua"))
-assert(dofile("../lua/url.lua"))
-assert(dofile("../lua/http.lua"))
-
 -- formats a number of seconds into human readable form
 function nicetime(s)
 	local l = "s"
-- 
cgit v1.2.3-55-g6feb