Your IP : 3.137.171.71


Current Path : /bin/
Upload File :
Current File : //bin/euca-describe-addresses

#!/usr/bin/python2 -tt

import euca2ools.commands.ec2.describeaddresses

if __name__ == '__main__':
    euca2ools.commands.ec2.describeaddresses.DescribeAddresses.run()