changeset 559:bfb2c30324c0

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 23 Jun 2015 03:25:43 -0600
parents 6e3f063b71b5
children 2f39468680be
files http/src/luan/modules/http/run.luan
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/http/src/luan/modules/http/run.luan	Tue Jun 23 03:24:03 2015 -0600
+++ b/http/src/luan/modules/http/run.luan	Tue Jun 23 03:25:43 2015 -0600
@@ -5,8 +5,6 @@
 local Io = require "luan:Io"
 local print = Io.print or error()
 local Http = require "luan:http/Http"
-local String = require "luan:String"
-local Html = require "luan:Html"
 
 
 local function lines(s)