Login | Register
My pages Projects Community openCollabNet

Welcome to the new Tigris! There have been some changes to the administration of mail lists. Project and list owners should check out the Discussion Services release notes.

Package commitmessage :: Module util
[show private | hide private]
[frames | no frames]

Module commitmessage.util

Basic utility functions and classes (CmConfigParser, getNewInstance, and execute)
Classes
CmConfigParser Provides config-centric logic for views and modules that would be confused elsewhere

Function Summary
  execute(command)
Return the contents of stdout as a list of lines after executing command
  getNewInstance(fullClassName, searchPath)
Return an instance of the fullClassName class WITHOUT the __init__ method having been called
  _doctest()

Function Details

execute(command)

Returns:
the contents of stdout as a list of lines after executing command

getNewInstance(fullClassName, searchPath=['./'])

Returns:
an instance of the fullClassName class WITHOUT the __init__ method having been called

Generated by Epydoc 2.1 on Thu Jan 06 10:30:34 2005 http://epydoc.sf.net