Fix some lint

This commit is contained in:
twangboy 2016-09-02 11:37:04 -06:00
parent ca414e01de
commit 9e0f45785a

View File

@ -5,17 +5,17 @@ integration tests for mac_power
# Import python libs
from __future__ import absolute_import, print_function
from six import string_types
# Import Salt Testing libs
from salttesting import skipIf
from salttesting.helpers import ensure_in_syspath, destructiveTest
ensure_in_syspath('../../')
# Import salt libs
import integration
import salt.utils
ensure_in_syspath('../../')
@skipIf(not salt.utils.is_darwin()
or not salt.utils.which('systemsetup')