Hacked By AnonymousFox
�
��f�r c @ s@ d Z d d l Z d d l Z d d l m Z d d l m Z m Z m Z Gd d � d e � Z
Gd d � d e � Z Gd d
� d
e � Z Gd d � d e � Z
Gd
d � d e � Z Gd d � d e � Z Gd d � d � Z e � Z e d k r<d d � Z e e j � e e j � e e j d j d d � � n d S( u� Provides access to stored IDLE configuration information.
Refer to the comments at the beginning of config-main.def for a description of
the available configuration files and the design implemented to update user
configuration information. In particular, user configuration choices which
duplicate the defaults will be removed from the user's configuration files,
and if a file becomes empty, it will be deleted.
The contents of the user files may be altered using the Options/Configure IDLE
menu to access the configuration GUI (configDialog.py), or manually.
Throughout this module there is an emphasis on returning useable defaults
when a problem occurs in returning a requested configuration value back to
idle. This is to allow IDLE to continue to function in spite of errors in
the retrieval of config information. When a default is returned instead of
a requested config value, a message is printed to stderr to aid in
configuration problem notification and resolution.
i N( u
macosxSupport( u ConfigParseru
NoOptionErroru NoSectionErrorc B s | Ee Z d Z d S( u InvalidConfigTypeN( u __name__u
__module__u __qualname__( u
__locals__( ( u: /opt/alt/python33/lib64/python3.3/idlelib/configHandler.pyu InvalidConfigType s u InvalidConfigTypec B s | Ee Z d Z d S( u InvalidConfigSetN( u __name__u
__module__u __qualname__( u
__locals__( ( u: /opt/alt/python33/lib64/python3.3/idlelib/configHandler.pyu InvalidConfigSet s u InvalidConfigSetc B s | Ee Z d Z d S( u InvalidFgBgN( u __name__u
__module__u __qualname__( u
__locals__( ( u: /opt/alt/python33/lib64/python3.3/idlelib/configHandler.pyu InvalidFgBg s u InvalidFgBgc B s | Ee Z d Z d S( u InvalidThemeN( u __name__u
__module__u __qualname__( u
__locals__( ( u: /opt/alt/python33/lib64/python3.3/idlelib/configHandler.pyu InvalidTheme s u InvalidThemec B sV | Ee Z d Z d Z d
d d � Z d
d
d d d � Z d d � Z d d � Z d
S( u IdleConfParseruI
A ConfigParser specialised for idle configuration file handling
c C s&