Fix python3 lint

This commit is contained in:
Colton Myers 2015-05-27 13:07:47 -06:00
parent 60f2e9eefb
commit 9dab9a1dda

View File

@ -1,5 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
# Import Salt Testing libs
from salttesting.helpers import (
destructiveTest,