£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyÊ¦•êŽ…È®FÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~èŠ©ÊÇí`ÔÑ©úë™µ'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ó¼ãžªéUWŸÈË%DÒÕ¬ï‘]/Åcx  ‰ï2ß]ä6G[]S£ÔÏ¯rs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ                  ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>

fE  c               @   sC   d  Z  d d l m Z d d l m Z Gd d   d e j  Z d S(   uq   Fixer for reduce().

Makes sure reduce() is imported from the functools module if reduce is
used in that module.
i    (   u
   fixer_base(   u   touch_importc             B   s2   |  Ee  Z d  Z d Z d Z d Z d d   Z d S(   u	   FixReduceu   preui  
    power< 'reduce'
        trailer< '('
            arglist< (
                (not(argument<any '=' any>) any ','
                 not(argument<any '=' any>) any) |
                (not(argument<any '=' any>) any ','
                 not(argument<any '=' any>) any ','
                 not(argument<any '=' any>) any)
            ) >
        ')' >
    >
    c             C   s   t  d d |  d  S(   Nu	   functoolsu   reduce(   u   touch_import(   u   selfu   nodeu   results(    (    u=   /opt/alt/python33/lib64/python3.3/lib2to3/fixes/fix_reduce.pyu	   transform"   s    u   FixReduce.transformNT(   u   __name__u
   __module__u   __qualname__u   Trueu   BM_compatibleu   orderu   PATTERNu	   transform(   u
   __locals__(    (    u=   /opt/alt/python33/lib64/python3.3/lib2to3/fixes/fix_reduce.pyu	   FixReduce   s   u	   FixReduceN(   u   __doc__u   lib2to3u
   fixer_baseu   lib2to3.fixer_utilu   touch_importu   BaseFixu	   FixReduce(    (    (    u=   /opt/alt/python33/lib64/python3.3/lib2to3/fixes/fix_reduce.pyu   <module>   s   