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

« back to all changes in this revision

Viewing changes to hooks/glance_utils.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:
7
7
 
8
8
from collections import OrderedDict
9
9
 
10
 
from charmhelpers.core.host import (
 
10
from charmhelpers.fetch import (
11
11
    apt_install,
12
12
    apt_update, )
13
13