Commit 5809807b by Daniel Hokka Zakrisson

Merge pull request #1721 from dagwieers/import-errno

Import errno to avoid 'NameError: global name 'errno' is not defined'
parents dbf5a57a dd4ac463
...@@ -56,6 +56,7 @@ import stat ...@@ -56,6 +56,7 @@ import stat
import grp import grp
import pwd import pwd
import platform import platform
import errno
HAVE_SELINUX=False HAVE_SELINUX=False
try: try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment