mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
Merge pull request #1721 from dagwieers/import-errno
Import errno to avoid 'NameError: global name 'errno' is not defined'
This commit is contained in:
commit
5809807bc1
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ import stat
|
|||
import grp
|
||||
import pwd
|
||||
import platform
|
||||
import errno
|
||||
|
||||
HAVE_SELINUX=False
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue