Merge pull request #8660 from cvrebert/patch-2

salt.log.setup: rm unused import
This commit is contained in:
Joseph Hall 2013-11-19 19:58:03 -08:00
commit 6c7f310412

View File

@ -33,7 +33,6 @@ GARBAGE = logging.GARBAGE = 1
QUIET = logging.QUIET = 1000
# Import salt libs
from salt._compat import string_types
from salt.log.handlers import TemporaryLoggingHandler
from salt.log.mixins import LoggingMixInMeta, NewStyleClassMixIn