Merge pull request #6252 from cvrebert/patch-2

utils.jinja: rm unused import of salt._compat.string_types
This commit is contained in:
Thomas S Hatch 2013-07-20 23:50:38 -07:00
commit 9623741d09

View File

@ -17,7 +17,6 @@ import yaml
# Import salt libs # Import salt libs
import salt import salt
import salt.fileclient import salt.fileclient
from salt._compat import string_types
log = logging.getLogger(__name__) log = logging.getLogger(__name__)