Exemple #1
0
 def get_commands(self, global_options):
     import subcommands
     cmds = get_commands(subcommands)
     return cmds
Exemple #2
0
 def get_commands(self, global_options):
     import subcommands
     cmds = get_commands(subcommands)
     return cmds
Exemple #3
0
 def get_commands(self, global_options):
     import datadict_subcommands as subcommands
     cmds = get_commands(subcommands)
     return cmds