mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Fix pylint errors that snuck into 2015.2
This commit is contained in:
parent
9709fb47cd
commit
6b4b51a7f8
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user