Your IP : 3.141.46.238


Current Path : /usr/bin/
Upload File :
Current File : //usr/bin/euca-detach-vpn-gateway

#!/usr/bin/python2 -tt

import euca2ools.commands.ec2.detachvpngateway

if __name__ == '__main__':
    euca2ools.commands.ec2.detachvpngateway.DetachVpnGateway.run()