Package svnmailer :: Package settings :: Module _fileparser
[show private | hide private]
[frames | no frames]

Module svnmailer.settings._fileparser

This parser is derived from the ConfigParser module, which unfortunately has some design and documentation flaws. These flaws are not tolerable for the svnmailer application, so this is a rewrite from the scratch with some features/bugs missing. It was designed to provide the ability to re-add these things if desired.


Classes
FileParser Simplified config file parser
Option Represents a config option
Section Represents a config section

Exceptions
ContinuationError A line continuation without a previous option line occured
Error Base exception for this module
OptionSyntaxError A option line could not be parsed
ParseError Parse error

Generated by Epydoc 2.0 on Sun Sep 25 20:49:09 2005 http://epydoc.sf.net