Package gbp :: Package scripts :: Module supercommand
[hide private]
[frames] | no frames]

Module supercommand

Supercommand for all gbp commands

Functions [hide private]
 
sanitize(cmd)
'-' is not allowed in module names so turn it into an underscore.
 
usage()
 
import_command(modulename)
Import the module that implements the given command
 
supercommand(argv=None)
Variables [hide private]
  invalid_modules = ['common', 'supercommand']
  __package__ = 'gbp.scripts'