1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 03:19:02 +00:00

Remove nmap.sleep as we just want to have stdnse.sleep.

This commit is contained in:
batrick
2012-08-07 17:25:49 +00:00
parent 7e85545ea3
commit 036d28c898
2 changed files with 1 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ _ENV = require "strict" {};
-- @class function
-- @param t Time to sleep, in seconds.
-- @usage stdnse.sleep(1.5)
_ENV.sleep = nmap.sleep;
_ENV.sleep = nmap.sleep.socket;
---
-- Prints a formatted debug message if the current debugging level is greater