Package qm :: Module platform
[show private | hide private]
[frames | no frames]

Module qm.platform

Exceptions
MailError  

Function Summary
  get_shell_for_command()
Return the command shell to use when running a single shell command.
  get_shell_for_script()
Return the command shell to use when running a shell script.

Function Details

get_shell_for_command()

Return the command shell to use when running a single shell command.

returns -- A sequence of argument list entries to use when invoking the shell. The first element of the list is the shell executable path. The command should be appended to the argument list.

get_shell_for_script()

Return the command shell to use when running a shell script.

returns -- A sequence of argument list entries to use when running a shell script. The first element of the list is the shell executable. The name of the script should be appended to the argument list.

Generated by Epydoc 2.1 on Thu Sep 27 15:49:05 2007 http://epydoc.sf.net