Remove duplicate import in cmdmod.py

This commit is contained in:
rallytime 2018-02-08 14:24:48 -05:00
parent 34ecdffa71
commit b96f4cf8ad
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -42,7 +42,6 @@ from salt.exceptions import CommandExecutionError, TimedProcTimeoutError, \
SaltInvocationError
from salt.log import LOG_LEVELS
from salt.ext.six.moves import range, zip
from salt.ext.six.moves import shlex_quote as _cmd_quote
# Only available on POSIX systems, nonfatal on windows
try: