Your IP : 18.119.119.119


Current Path : /bin/
Upload File :
Current File : //bin/euca-associate-address

#!/usr/bin/python2 -tt

import euca2ools.commands.ec2.associateaddress

if __name__ == '__main__':
    euca2ools.commands.ec2.associateaddress.AssociateAddress.run()