1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

Avoid importing *, possibly polluting namespace

This commit is contained in:
dmiller
2020-10-15 17:17:34 +00:00
parent e7188d653f
commit f48d12a591
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import os
import os.path
import re
from stat import *
from stat import ST_MODE
import distutils.command
import distutils.command.install