Package flumotion :: Package admin :: Package command :: Module common
[hide private]

Module common

source code

common functionality for flumotion-admin-command


Version: $Rev: 6562 $

Classes [hide private]
  ParseException
  AdminCommand
  Exited
Raised when the code wants the program to exit with a return value and a message.
Functions [hide private]
 
parseTypedArgs(spec, args) source code
 
errorRaise(msg) source code
 
errorReturn(msg) source code
Variables [hide private]
  ARGUMENTS_DESCRIPTION = '\nArguments to the method are passed ...
  __package__ = 'flumotion.admin.command'
Variables Details [hide private]

ARGUMENTS_DESCRIPTION

Value:
'''
Arguments to the method are passed using an argument list string, and \
the
arguments (matching the argument list string).

Example: "method ss one two" would invoke remote_method("one", "two")
'''