~zyga/checkbox/cep-7

« back to all changes in this revision

Viewing changes to checkbox-ng/checkbox_ng/tools.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:
93
93
    def get_exec_name(cls):
94
94
        return "checkbox"
95
95
 
96
 
    def add_subcommands(self, subparsers):
 
96
    def add_subcommands(self, subparsers, early_ns=None):
97
97
        from checkbox_ng.commands.launcher import LauncherCommand
98
98
        from checkbox_ng.commands.service import ServiceCommand
99
99
        from checkbox_ng.commands.sru import SRUCommand