Skip to content

Commit

Permalink
Merge pull request boto#2384 from felixonmars/elb-py3
Browse files Browse the repository at this point in the history
elb module: add backward-compatible support for Python 3.3+. Fixes boto#2384.
  • Loading branch information
danielgtaylor committed Jul 10, 2014
2 parents 4935f67 + 0819e1a commit 4dcc9be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ At the moment, boto supports:

* Amazon Route53 (Python 3)
* Amazon Virtual Private Cloud (VPC)
* Elastic Load Balancing (ELB)
* Elastic Load Balancing (ELB) (Python 3)
* AWS Direct Connect (Python 3)

* Payments and Billing
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Currently Supported Services

* :doc:`Route 53 <route53_tut>` -- (:doc:`API Reference <ref/route53>`) (Python 3)
* :doc:`Virtual Private Cloud (VPC) <vpc_tut>` -- (:doc:`API Reference <ref/vpc>`)
* :doc:`Elastic Load Balancing (ELB) <elb_tut>` -- (:doc:`API Reference <ref/elb>`)
* :doc:`Elastic Load Balancing (ELB) <elb_tut>` -- (:doc:`API Reference <ref/elb>`) (Python 3)
* AWS Direct Connect (Python 3)

* **Payments & Billing**
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/ec2/elb/test_cert_verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"""
Check that all of the certs on all service endpoints validate.
"""
import unittest

from tests.integration import ServiceCertVerificationTest

from boto.compat import unittest
import boto.ec2.elb


Expand Down

0 comments on commit 4dcc9be

Please sign in to comment.