Merge pull request #13299 from cvrebert/patch-2

salt.client: rm duplicate import of string_types
This commit is contained in:
Thomas S Hatch 2014-06-06 15:44:40 -06:00
commit f6596d6fe3

View File

@ -41,7 +41,6 @@ import salt.syspaths as syspaths
from salt.exceptions import (
EauthAuthenticationError, SaltInvocationError, SaltReqTimeoutError
)
from salt._compat import string_types
# Try to import range from https://github.com/ytoolshed/range
HAS_RANGE = False