~zyga/checkbox/cep-7

« back to all changes in this revision

Viewing changes to plainbox/plainbox/provider_manager.py

  • Committer: Daniel Manrique
  • Author(s): Zygmunt Krynicki
  • Date: 2014-12-18 14:47:13 UTC
  • mfrom: (3498.1.15 launchpad/lazy-commands)
  • Revision ID: daniel_manrique-20141218144713-ab09fi371kko07o4
"automatic merge of lp:~zkrynicki/checkbox/lazy-commands/ by tarmac [r=sylvain-pineau][bug=][author=zkrynicki]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
1336
1336
        """
1337
1337
        return "{}.{}.{}".format(*version[:3])
1338
1338
 
1339
 
    def add_subcommands(self, subparsers):
 
1339
    def add_subcommands(self, subparsers, early_ns=None):
1340
1340
        """
1341
1341
        Add top-level subcommands to the argument parser.
1342
1342
        """