mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint fix
This commit is contained in:
parent
69893f0c38
commit
940ee49a0b
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ from __future__ import absolute_import
|
|||
import atexit
|
||||
import logging
|
||||
import time
|
||||
from httplib import BadStatusLine
|
||||
from salt.ext.six.moves.http_client import BadStatusLine
|
||||
|
||||
# Import Salt Libs
|
||||
from salt.exceptions import SaltSystemExit
|
||||
|
|
Loading…
Add table
Reference in a new issue