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

@@ -73,7 +73,7 @@ from distutils.core import setup, Command
from distutils.command.install import install
from glob import glob
from stat import *
from stat import S_IRGRP, S_IROTH, S_IRUSR, S_IRWXU, S_IWUSR, S_IXGRP, S_IXOTH, ST_MODE
from zenmapCore.Version import VERSION
from zenmapCore.Name import APP_NAME, APP_DISPLAY_NAME, APP_WEB_SITE,\