~nskaggs/juju-ci-tools/add-essential-operations

« back to all changes in this revision

Viewing changes to deploy_job.py

  • Committer: Aaron Bentley
  • Date: 2014-04-17 14:38:36 UTC
  • mto: This revision was merged to the branch mainline in revision 385.
  • Revision ID: aaron.bentley@canonical.com-20140417143836-004pdp4jphqj8bsj
Make executable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
1
2
from deploy_stack import deploy_job
2
3
if __name__ == '__main__':
3
4
    deploy_job()