Add hard return to make pylint happy

This commit is contained in:
David Boucha 2013-11-25 09:49:08 -07:00
parent cc2021065f
commit 1814d1a734

View File

@ -19,6 +19,7 @@ __func_alias__ = {
log = logging.getLogger(__name__)
def __virtual__():
return True if salt.utils.which('pecl') else False