mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #47448 from dwoz/transport_import
Fix missing import in test suite
This commit is contained in:
commit
9fbdcbe994
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,7 @@ Wire protocol: "len(payload) msgpack({'head': SOMEHEADER, 'body': SOMEBODY})"
|
|||
|
||||
# Import Python Libs
|
||||
from __future__ import absolute_import, print_function, unicode_literals
|
||||
import errno
|
||||
import logging
|
||||
import msgpack
|
||||
import socket
|
||||
|
@ -70,7 +71,6 @@ else:
|
|||
if USE_LOAD_BALANCER:
|
||||
import threading
|
||||
import multiprocessing
|
||||
import errno
|
||||
import tornado.util
|
||||
from salt.utils.process import SignalHandlingMultiprocessingProcess
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue