Your IP : 18.227.140.235


Current Path : /bin/
Upload File :
Current File : //bin/euca-delete-keypair

#!/usr/bin/python2 -tt

import euca2ools.commands.ec2.deletekeypair

if __name__ == '__main__':
    euca2ools.commands.ec2.deletekeypair.DeleteKeyPair.run()