~joetalbott/uci-engine/user_auth

« back to all changes in this revision

Viewing changes to charms/precise/restish/hooks/hooks.py

  • Committer: Thomi Richards
  • Date: 2014-06-27 20:02:44 UTC
  • mto: (629.2.9 nfss)
  • mto: This revision was merged to the branch mainline in revision 636.
  • Revision ID: thomi.richards@canonical.com-20140627200244-zi7dwxnyw38ypr2f
Initial version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
    if framework == 'restish':
80
80
        pkgs.append('python-restish')
81
81
    elif framework == 'pyramid':
82
 
        pkgs.append('python-pyramid')
 
82
        pkgs.append('python3-pyramid')
83
83
    else:
84
84
        juju_info('Invalid framework specified: {}'.format(framework))
85
85
        sys.exit(1)