Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
boto
/
ec2
/
File Content:
keypair.pyo
� �Wc @ sL d Z d d l Z d d l m Z d d l m Z d e f d � � YZ d S( s Represents an EC2 Keypair i����N( t EC2Object( t BotoClientErrort KeyPairc B sG e Z d d � Z d � Z d � Z e d � Z d � Z e d � Z RS( c C s5 t t | � j | � d | _ d | _ d | _ d S( N( t superR t __init__t Nonet namet fingerprintt material( t selft connection( ( s4 /usr/lib/python2.7/site-packages/boto/ec2/keypair.pyR ! s c C s d | j S( Ns KeyPair:%s( R ( R ( ( s4 /usr/lib/python2.7/site-packages/boto/ec2/keypair.pyt __repr__'