mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
66c73a3996
commit
a6ecf35f25
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ from salt.utils.openstack.swift import SaltSwift
|
|||
import salt.ext.six.moves.BaseHTTPServer as BaseHTTPServer
|
||||
from salt.ext.six.moves.urllib.error import HTTPError, URLError
|
||||
from salt.ext.six.moves.urllib.parse import urlparse, urlunparse
|
||||
from salt.ext.six.moves import range # pylint: disable=redefined-builtin
|
||||
# pylint: enable=no-name-in-module,import-error
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Reference in a new issue