mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +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
|
Allow for the calling of execution modules via sudo
|
||||||
'''
|
'''
|
||||||
|
|
||||||
# Import python libs
|
# Import python libs
|
||||||
|
from __future__ import absolute_import
|
||||||
import json
|
import json
|
||||||
|
|
||||||
# Import salt libs
|
# Import salt libs
|
||||||
import salt.utils
|
import salt.utils
|
||||||
import salt.syspaths
|
import salt.syspaths
|
||||||
|
Loading…
Reference in New Issue
Block a user