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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user