common.options (version 0.1, 23 April 2003)
index
e:\bothans\common\options.py

Configuration file options parsing

 
Modules
            
ConfigParser
logging
 
Classes
            
OptionsParser
 
class OptionsParser
       
   Methods defined here:
__getattr__(self, attr)
__init__(self, fname)
__str__(self)
parseCfgFile(self)
stop(self)
writeCfgFile(self)

Data and non-method functions defined here:
__doc__ = None
__module__ = 'common.options'
 
Data
             __author__ = 'David Ferlier <david@netbsd-fr.org>'
__date__ = '23 April 2003'
__file__ = r'e:\bothans\common\options.pyc'
__license__ = 'This file is part of Bothans\n\n Bothans is fre...lace, Suite 330, Boston, MA 02111-1307 USA\n '
__name__ = 'common.options'
__status__ = 'beta'
__version__ = '0.1'
log = <logging.Logger instance at 0x007E9638>
 
Author
             David Ferlier <david@netbsd-fr.org>