~brad-marshall/charms/trusty/thruk-master/fix-multiseries

« back to all changes in this revision

Viewing changes to hooks/start

  • Committer: Brad Marshall
  • Date: 2017-03-21 04:14:41 UTC
  • Revision ID: brad.marshall@canonical.com-20170321041441-fx5m6hjy0d87vbd6
Change hooks to using python3 and support installing it on trusty, pyflakes
cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python
 
1
#!/usr/bin/python3
2
2
import services
3
3
services.manage()