~openstack-charmers-archive/charms/trusty/neutron-gateway/trunk

« back to all changes in this revision

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

  • Committer: James Page
  • Date: 2015-10-22 13:23:58 UTC
  • Revision ID: james.page@ubuntu.com-20151022132358-qin1nvlnqn4aezaz
Tags: 15.10
15.10 Charm release

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