Ñò Á¡Ic @ sÖ d Z d d k Z d d k l Z l Z l Z l Z l Z l Z l Z l Z d d k l Z l Z l Z l Z d d k Z d e f d „ ƒ YZ d e f d „ ƒ YZ d e f d „ ƒ YZ d e f d „ ƒ YZ d S( s( Compatibility interfaces for ConfigParser Interfaces of ConfigParser, RawConfigParser and SafeConfigParser should be completely identical to the Python standard library versions. Tested with the unit tests included with Python-2.3.4 The underlying INIConfig object can be accessed as cfg.data iÿÿÿÿN( t DuplicateSectionErrort NoSectionErrort NoOptionErrort InterpolationMissingOptionErrort InterpolationDepthErrort InterpolationSyntaxErrort DEFAULTSECTt MAX_INTERPOLATION_DEPTH( t Errort InterpolationErrort MissingSectionHeaderErrort ParsingErrort RawConfigParserc B sý e Z d e d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d d „ Z d d „ Z d „ Z d „ Z d „ Z h e d 6e d 6e d 6e d 6e d 6e d 6e d 6e d 6Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z RS( c C s<