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…
Reference in a new issue