Pylint fix

This commit is contained in:
rallytime 2016-11-29 10:29:06 -07:00
parent 4760455600
commit acc87286d3

View File

@ -14,11 +14,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Import Python libs
from __future__ import absolute_import
import re
import os.path
# Import Salt libs
from salt.ext.six import text_type as text
from salt.exceptions import CommandExecutionError