~cprov/uci-engine/tarmac-multienv

« back to all changes in this revision

Viewing changes to charms/precise/system-image-server/hooks/hooks.py

  • Committer: Vincent Ladeuil
  • Date: 2014-10-14 09:04:09 UTC
  • mto: This revision was merged to the branch mainline in revision 856.
  • Revision ID: vila+ci@canonical.com-20141014090409-3oq97ljv1apvt9bp
Fix more bare exit() calls (grepped with '\sexit(' so that should be the last ones.).

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
    start(charmconfig)
154
154
 
155
155
if __name__ == '__main__':
156
 
    exit(main())
 
156
    sys.exit(main())