From a962973c061c50fb3e01898bdd0f90402a3fdbde Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 6 Mar 2014 17:14:54 +0000 Subject: [PATCH] Fix unicode module declaration (copy-paste error) --- nselib/unicode.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/unicode.lua b/nselib/unicode.lua index 27a4de2a8..2d130c222 100644 --- a/nselib/unicode.lua +++ b/nselib/unicode.lua @@ -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