changeset 2805:2afbb7d47905

mod_firewall/test: Import the ltn12 module [luacheck]
author Kim Alvefur <zash@zash.se>
date Fri, 20 Oct 2017 02:49:34 +0200
parents b50f7b9fdbbb
children 93a4b13ca9f6
files mod_firewall/test.lib.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_firewall/test.lib.lua	Fri Oct 20 02:49:10 2017 +0200
+++ b/mod_firewall/test.lib.lua	Fri Oct 20 02:49:34 2017 +0200
@@ -1,5 +1,6 @@
 -- luacheck: globals load_unload_scripts
 local set = require "util.set";
+local ltn12 = require "socket.ltn12";
 
 local xmppstream = require "util.xmppstream";