Fix pylint errors that snuck into 2015.2

This commit is contained in:
rallytime 2015-04-07 15:44:36 -06:00
parent 9709fb47cd
commit 6b4b51a7f8

View File

@ -1,11 +1,17 @@
# utf-8 # -*- coding: utf-8 -*-
''' '''
A Runner module interface on top of the salt-ssh Python API A Runner module interface on top of the salt-ssh Python API.
This allows for programmatic use from salt-api, the Reactor, Orchestrate, etc. This allows for programmatic use from salt-api, the Reactor, Orchestrate, etc.
''' '''
# Import Python Libs
from __future__ import absolute_import
# Import Salt Libs
import salt.client.ssh.client import salt.client.ssh.client
def cmd( def cmd(
tgt, tgt,
fun, fun,