Python 3 compat for sudo.py

This commit is contained in:
rallytime 2015-02-03 11:25:24 -07:00
parent fab28bb1ed
commit 79e6ea90b1

View File

@ -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