Replaced module six in file /salt/log/setup.py

This commit is contained in:
Nitin Madhok 2014-11-18 00:44:28 -05:00 committed by Pedro Algarvio
parent ae54447967
commit ffe096792e

View File

@ -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