[HOME]

Path : /bin/
Upload :
Current File : //bin/euscale-describe-scheduled-actions

#!/usr/bin/python2 -tt

import euca2ools.commands.autoscaling.describescheduledactions

if __name__ == '__main__':
    euca2ools.commands.autoscaling.describescheduledactions.DescribeScheduledActions.run()