~thomir-deactivatedaccount/charms/trusty/tanuki-result-enumerator/charm-remove-nagios-checks

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Samuele Pedroni (Canonical Services Ltd.)
  • Date: 2015-08-11 10:04:38 UTC
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: samuele.pedroni@canonical.com-20150811100438-7qiak47ncor2vp1r
actions.py expects py3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python
 
1
#!/usr/bin/python3
2
2
import actions
3
3
 
4
4
from charmhelpers.core import hookenv