| Index: third_party/boto/boto/ec2/regioninfo.py
|
| ===================================================================
|
| --- third_party/boto/boto/ec2/regioninfo.py (revision 33376)
|
| +++ third_party/boto/boto/ec2/regioninfo.py (working copy)
|
| @@ -28,7 +28,8 @@
|
| Represents an EC2 Region
|
| """
|
|
|
| - def __init__(self, connection=None, name=None, endpoint=None):
|
| + def __init__(self, connection=None, name=None, endpoint=None,
|
| + connection_cls=None):
|
| from boto.ec2.connection import EC2Connection
|
| super(EC2RegionInfo, self).__init__(connection, name, endpoint,
|
| EC2Connection)
|
|
|