Pylint fix (#37971)

This commit is contained in:
Nicole Thomas 2016-11-29 14:02:43 -07:00 committed by GitHub
parent 36f91408c5
commit 6976be4b9a

View file

@ -14,11 +14,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Import Python libs
from __future__ import absolute_import
import re
import os.path
# Import Salt libs
from salt.ext.six import text_type as text
from salt.exceptions import CommandExecutionError