1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

nse_check_global cleanup

This commit is contained in:
patrik
2012-07-29 09:26:23 +00:00
parent 1441aea655
commit bca0025032
2 changed files with 3 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
local io = require "io"
local nmap = require "nmap"
local stdnse = require "stdnse"
local string = require "string"
local table = require "table"
_ENV = stdnse.module("datafiles", stdnse.seeall)