suppress boto logging for now for testing

This commit is contained in:
Steve Pulec 2013-02-23 14:21:28 -05:00
parent a9c486ad47
commit 301c23a499

View File

@ -1,3 +1,6 @@
import logging
logging.getLogger('boto').setLevel(logging.CRITICAL)
from .dynamodb import mock_dynamodb from .dynamodb import mock_dynamodb
from .ec2 import mock_ec2 from .ec2 import mock_ec2
from .s3 import mock_s3 from .s3 import mock_s3