~free.ekanayaka/charm-helpers/relation-set-file

« back to all changes in this revision

Viewing changes to charmhelpers/cli/commands.py

  • Committer: Marco Ceppi
  • Date: 2015-04-27 11:26:48 UTC
  • mfrom: (364.1.4 charm-helpers)
  • Revision ID: marco@ceppi.net-20150427112648-yx9w02poj7zt75o6
[aisrael] Fix an incompatibility with Python3 involving the loading of local modules

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
"""
27
27
Import the sub-modules to be included by chlp.
28
28
"""
29
 
import host  # noqa
30
 
import benchmark  # noqa
 
29
from . import host  # noqa
 
30
from . import benchmark  # noqa