mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Replaced module six in file /salt/log/setup.py
This commit is contained in:
parent
ae54447967
commit
ffe096792e
@ -25,7 +25,7 @@ import logging
|
||||
import logging.handlers
|
||||
import traceback
|
||||
import salt.utils.six as six
|
||||
from six import string_types, text_type
|
||||
from salt.utils.six import string_types, text_type
|
||||
|
||||
# Let's define these custom logging levels before importing the salt.log.mixins
|
||||
# since they will be used there
|
||||
|
Loading…
Reference in New Issue
Block a user