-í
œKX;c    '   s}    d  Z    d k Z d k Z d k Z  d k Z  e i d „ Z ) e e * e i d e i	 f d e i
 f e i e i e i e i e i e i e i e i e i e i e i e i e i e i e i e i e i e i e i e i e i e i  e i! e i" e i# e i$ e i% e i& e i' e i( e i) e i* e i+ e i, f% ƒ X e e i- Y e i. e i/ e i0 e i1 e i2 f ƒ d S(   sJ   NewBuiltins - Installs (most of) the mx.Tools add-ons for Python
                  as Python builtins or in the sys module.

    The installation is done upon import, so that you only need
    to include the line 'import mx.Tools.NewBuiltins' at the top of your
    script to have the add-ons available for use in the script.

    Copyright (c) 2000, Marc-Andre Lemburg; mailto:mal@lemburg.com
    Copyright (c) 2000-2001, eGenix.com Software GmbH; mailto:info@egenix.com
    See the documentation for further information on copyrights,
    or contact the author. All Rights Reserved.
Nc    sÇ      x· | D ]¬ }  y  | i } WnZ  t j
 oK  y  | \ } } Wn+   t t f j
 o ! t | ƒ } n Xn X" | d  d j o |  i	 | ƒ o # | |  | <n q Wd S(   sy    Install all the given objects in namespace.

        Doesn't overwrite anything already defined in module.
        
    i   s   __N(
   s   objectss   objs   __name__s   names   AttributeErrors	   TypeErrors
   ValueErrors   reprs	   namespaces   has_key(   s	   namespaces   objectss   DictTypes   objs   name(    (    s>   /mit/seven/lib/python2.2/site-packages/mx/Tools/NewBuiltins.pys   install_objects s   
 	%s   Trues   False(3   s   __doc__s   syss   typess   operators   Toolss   DictTypes   install_objectss   __builtins__s   NotGivens   Trues   Falses   acquires   attrlists   counts   defineds   dicts   existss   extracts   findattrs   foralls   franges   gets   ifilters   indexs   indicess   invdicts   iranges   iremoves
   issequences   listss   mapplys   method_mapplys   napplys
   projections	   range_lens   revals   reverses   setdicts   signs   sizeofs   sortedbys   tranges   truths   tupless   xmaps   __dict__s   optimizations	   verbositys	   debuggings	   cur_frames   makeref(   s   syss   operators   Toolss   typess   install_objects(    (    s>   /mit/seven/lib/python2.2/site-packages/mx/Tools/NewBuiltins.pys   ? s   	ô.