mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Python 3 compat for sudo.py
This commit is contained in:
parent
fab28bb1ed
commit
79e6ea90b1
@ -2,8 +2,11 @@
|
||||
'''
|
||||
Allow for the calling of execution modules via sudo
|
||||
'''
|
||||
|
||||
# Import python libs
|
||||
from __future__ import absolute_import
|
||||
import json
|
||||
|
||||
# Import salt libs
|
||||
import salt.utils
|
||||
import salt.syspaths
|
||||
|
Loading…
Reference in New Issue
Block a user