boto_*: another attempt at making lint happy

This commit is contained in:
Matthew Williams 2015-04-14 01:27:45 +00:00
parent d42325dda2
commit 709ae7eeb5
14 changed files with 14 additions and 14 deletions

View File

@ -34,7 +34,7 @@ Connection module for Amazon Autoscale Groups
:depends: boto
'''
# keep lint from choking on _get_conn and _cache_id
#pylint disable=F821
#pylint disable=E0602
# Import Python libs
from __future__ import absolute_import

View File

@ -24,7 +24,7 @@
:depends: boto
'''
# keep lint from choking on _get_conn and _cache_id
#pylint disable=F821
#pylint disable=E0602
from __future__ import absolute_import

View File

@ -34,7 +34,7 @@ Connection module for Amazon CloudWatch
:depends: boto
'''
# keep lint from choking on _get_conn and _cache_id
#pylint disable=F821
#pylint disable=E0602
from __future__ import absolute_import

View File

@ -33,7 +33,7 @@ Connection module for Amazon DynamoDB
:depends: boto
'''
# keep lint from choking on _get_conn and _cache_id
#pylint disable=F821
#pylint disable=E0602
# Import Python libs
from __future__ import absolute_import

View File

@ -35,7 +35,7 @@ Connection module for Amazon EC2
'''
# keep lint from choking on _get_conn and _cache_id
#pylint disable=F821
#pylint disable=E0602
# Import Python libs
from __future__ import absolute_import

View File

@ -34,7 +34,7 @@ Connection module for Amazon Elasticache
:depends: boto
'''
# keep lint from choking on _get_conn and _cache_id
#pylint disable=F821
#pylint disable=E0602
from __future__ import absolute_import

View File

@ -34,7 +34,7 @@ Connection module for Amazon ELB
:depends: boto >= 2.33.0
'''
# keep lint from choking on _get_conn and _cache_id
#pylint disable=F821
#pylint disable=E0602
from __future__ import absolute_import

View File

@ -29,7 +29,7 @@ Connection module for Amazon IAM
:depends: boto
'''
# keep lint from choking on _get_conn and _cache_id
#pylint disable=F821
#pylint disable=E0602
from __future__ import absolute_import

View File

@ -34,7 +34,7 @@ Connection module for Amazon RDS
:depends: boto
'''
# keep lint from choking on _get_conn and _cache_id
#pylint disable=F821
#pylint disable=E0602
from __future__ import absolute_import

View File

@ -34,7 +34,7 @@ Connection module for Amazon Route53
:depends: boto
'''
# keep lint from choking on _get_conn and _cache_id
#pylint disable=F821
#pylint disable=E0602
from __future__ import absolute_import

View File

@ -34,7 +34,7 @@ Connection module for Amazon Security Groups
:depends: boto
'''
# keep lint from choking on _get_conn and _cache_id
#pylint disable=F821
#pylint disable=E0602
from __future__ import absolute_import

View File

@ -32,7 +32,7 @@ Connection module for Amazon SNS
:depends: boto
'''
# keep lint from choking on _get_conn and _cache_id
#pylint disable=F821
#pylint disable=E0602
from __future__ import absolute_import

View File

@ -34,7 +34,7 @@ Connection module for Amazon SQS
:depends: boto
'''
# keep lint from choking on _get_conn and _cache_id
#pylint disable=F821
#pylint disable=E0602
from __future__ import absolute_import

View File

@ -35,7 +35,7 @@ Connection module for Amazon VPC
'''
# keep lint from choking on _get_conn and _cache_id
#pylint disable=F821
#pylint disable=E0602
# Import Python libs
from __future__ import absolute_import