Commented out a pylint error

This commit is contained in:
twangboy 2015-07-20 18:04:51 -06:00
parent 4b56dc3893
commit fbee445c6d

View file

@ -8,7 +8,7 @@ from __future__ import absolute_import
try:
from shlex import quote as _cmd_quote # pylint: disable=E0611
except:
except: # pylint: disable=W0702
from pipes import quote as _cmd_quote
# Import salt libs