mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Revert import changes
This commit is contained in:
parent
b4d9b845c9
commit
d34ce4610b
1 changed files with 5 additions and 3 deletions
|
@ -40,10 +40,12 @@ from salt.exceptions import CommandExecutionError, MinionError
|
|||
from salt.ext import six
|
||||
from salt.ext.six.moves.urllib.error import HTTPError, URLError
|
||||
from salt.ext.six.moves.urllib.parse import urlparse, urlunparse
|
||||
from salt.ext.tornado.httputil import (
|
||||
HTTPHeaders,
|
||||
HTTPInputError,
|
||||
parse_response_start_line,
|
||||
)
|
||||
from salt.utils.openstack.swift import SaltSwift
|
||||
from tornado.httputil import HTTPHeaders, HTTPInputError, parse_response_start_line
|
||||
|
||||
# pylint: enable=no-name-in-module,import-error
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
MAX_FILENAME_LENGTH = 255
|
||||
|
|
Loading…
Add table
Reference in a new issue