This commit is contained in:
C. R. Oldham 2015-10-19 15:05:24 -06:00
parent 104c3cbe7f
commit 6ccafa2ae5
2 changed files with 2 additions and 2 deletions

View file

@ -42,4 +42,3 @@ def cmd(cmd, *args, **kwargs):
kwargs['host'] = __pillar__['proxy']['host']
return __proxy__[proxycmd](cmd, *args, **kwargs)

View file

@ -4,7 +4,8 @@ Manage Dell DRAC.
.. versionadded:: 2015.8.2
'''
# pylint=disable W0141
# pylint: disable=W0141
# Import python libs
from __future__ import absolute_import
import logging