U
    W+d)                     @   s,   d dl mZ d dl mZ dd Zdd ZdS )    )get_regions)connectc                  C   s   ddl m}  td| dS )z
    Get all available regions for the Amazon EC2 Container Service.

    :rtype: list
    :return: A list of :class:`boto.regioninfo.RegionInfo`
    r   EC2ContainerServiceConnectionec2containerservice)connection_cls)boto.ec2containerservice.layer1r   r   r    r	   E/tmp/pip-unpacked-wheel-dlxw5sjy/boto/ec2containerservice/__init__.pyregions   s    r   c                 K   s"   ddl m} td| fd|i|S )Nr   r   r   r   )r   r   r   )Zregion_nameZ	kw_paramsr   r	   r	   r
   connect_to_region'   s    
r   N)Zboto.regioninfor   r   r   r   r	   r	   r	   r
   <module>   s   