~raharper/curtin/trunk.lp1641661

« back to all changes in this revision

Viewing changes to curtin/commands/apt_config.py

  • Committer: Ryan Harper
  • Date: 2016-11-14 22:55:12 UTC
  • Revision ID: ryan.harper@canonical.com-20161114225512-dvaza6ke543cxka3
Fix up tox nagging of trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
661
661
    """Populate subcommand option parsing for apt-config"""
662
662
    populate_one_subcmd(parser, CMD_ARGUMENTS, apt_command)
663
663
 
 
664
 
664
665
CONFIG_CLEANERS = {
665
666
    'cloud-init': clean_cloud_init,
666
667
}