comparison web/src/luan/modules/web/web_shell.luan @ 271:82a3ebcfbafa

add internal tests git-svn-id: https://luan-java.googlecode.com/svn/trunk@272 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Fri, 31 Oct 2014 04:27:50 +0000
parents b76fcb72d97d
children 582e8db4cdb6
comparison
equal deleted inserted replaced
270:b2c20fdcf42a 271:82a3ebcfbafa
1 import "Basic" 1 import "luan:Basic"
2 import "Io" 2 import "luan:Io"
3 import "web/Http" 3 import "luan:web/Http"
4 4
5 per_session = true 5 per_session = true
6 6
7 local history = {} 7 local history = {}
8 local env = {} 8 local env = {}