~axwalk/charms/trusty/ceph/trunk

« back to all changes in this revision

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

  • Committer: Corey Bryant
  • Date: 2015-08-19 00:51:43 UTC
  • Revision ID: corey.bryant@canonical.com-20150819005143-1fn4hkkbejpm3g8q
[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