Merge "Disable logging correctly"

This commit is contained in:
Jenkins 2014-04-17 02:44:56 +00:00 committed by Gerrit Code Review
commit 983e8dc564
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import pep8
from hacking import config
# Don't need this for testing
logging.disable('LOG')
logging.disable(logging.CRITICAL)
# Import tests need to inject _ properly into the builtins
kwargs = {}