~gnuoy/charms/trusty/keystone/restart-horror

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/cli/commands.py

  • Committer: Corey Bryant
  • Date: 2015-08-18 17:34:34 UTC
  • Revision ID: corey.bryant@canonical.com-20150818173434-hp6flkiy622hjrsy
[corey.bryant,r=trivial] Sync charm-helpers to pick up Liberty support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
"""
27
27
Import the sub-modules which have decorated subcommands to register with chlp.
28
28
"""
29
 
import host  # noqa
30
 
import benchmark  # noqa
31
 
import unitdata  # noqa
32
 
from charmhelpers.core import hookenv  # noqa
 
29
from . import host  # noqa
 
30
from . import benchmark  # noqa
 
31
from . import unitdata  # noqa
 
32
from . import hookenv  # noqa