~corey.bryant/charms/trusty/glance/amulet-git-fixups

« back to all changes in this revision

Viewing changes to hooks/glance_relations.py

  • Committer: James Page
  • Date: 2013-09-20 15:52:45 UTC
  • mto: (29.2.187 glance)
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.page@canonical.com-20130920155245-udz175q6z2dw6f87
Renamed tests->unit_tests, updated as appropriate, re-synced charm-helpers

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
from charmhelpers.core.host import (
36
36
    restart_on_change,
 
37
    service_stop, )
 
38
 
 
39
from charmhelpers.fetch import (
37
40
    apt_install,
38
 
    apt_update,
39
 
    service_stop, )
 
41
    apt_update,)
40
42
 
41
43
from charmhelpers.contrib.hahelpers.cluster import (
42
44
    canonical_url,