Merge pull request #8805 from UtahDave/develop

Add hard return to make pylint happy
This commit is contained in:
David Boucha 2013-11-25 08:50:02 -08:00
commit 4aadb15f12

View File

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