3
ujN @ s d Z ddlZddlZddlZddlZddlmZ ejjej Z
ejjejZejjej
ZejjejZdejkrejjejd ZnejjejjejZejdkrej jd,rejjejjeZd d
ZeeddZeoejdkoej jd-rejjejjeZdd
Ze ZdZyes.ejZW n e k
rF Y nX dd Z!d.ddZ"d/ddZ#dd Z$dd Z%dd Z&d0ddZ'ej(dZ)ej(dZ*ej(dZ+d1d d!Z,d"d# Z-da.d$d% Z/d&d' Z0d(d) Z1d*d+ Z2dS )2a Provide access to Python's configuration information. The specific
configuration variables available depend heavily on the platform and
configuration. The values may be retrieved using
get_config_var(name), and the list of variables is available via
get_config_vars().keys(). Additional convenience functions are also
available.
Written by: Fred L. Drake, Jr.
Email: