~pjdc/mojo/bundle-fix-get-command-list-fallout

« back to all changes in this revision

Viewing changes to mojo/juju/utils.py

  • Committer: mergebot at canonical
  • Author(s): "Tom Haddon"
  • Date: 2020-03-24 09:23:37 UTC
  • mfrom: (532.2.4 test-and-lint)
  • Revision ID: mergebot@juju-139df4-prod-is-toolbox-0.canonical.com-20200324092337-ivjwzgtkckwtd092
Add necessary dependencies to run lint in LXC, a Makefile target to make it more visible, and fix majority of lint issues

Reviewed-on: https://code.launchpad.net/~mthaddon/mojo/lint/+merge/381031
Reviewed-by: Stuart Bishop <stuart.bishop@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
from __future__ import absolute_import, division, print_function
2
2
from .status import major_version
3
 
from ..shutil_which import get_command
4
3
 
5
4
 
6
5
def get_juju_command(command):