1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 20:51:30 +00:00

Fix unicode module declaration (copy-paste error)

This commit is contained in:
dmiller
2014-03-06 17:14:54 +00:00
parent d39efbb2d8
commit a962973c06

View File

@@ -11,7 +11,7 @@ local string = require "string"
local table = require "table"
local stdnse = require "stdnse"
local unittest = require "unittest"
_ENV = stdnse.module("json", stdnse.seeall)
_ENV = stdnse.module("unicode", stdnse.seeall)
-- Localize a few functions for a tiny speed boost, since these will be looped
-- over every char of a string