File: //opt/alt/python27/lib/python2.7/site-packages/libpasteurize/fixes/fix_add_all_future_builtins.pyc
�
�A�[c @ sS d Z d d l m Z d d l m Z d d l m Z d e j f d � � YZ d S( u�
For the ``future`` package.
Adds this import line::
from builtins import (ascii, bytes, chr, dict, filter, hex, input,
int, list, map, next, object, oct, open, pow,
range, round, str, super, zip)
to a module, irrespective of whether each definition is used.
Adds these imports after any other imports (in an initial block of them).
i����( t unicode_literals( t
fixer_base( t touch_import_topt FixAddAllFutureBuiltinsc B s# e Z e Z d Z d Z d � Z RS( u
file_inputi c C s t d d | � d S( Nu builtinsu *( R ( t selft nodet results( ( s` /opt/alt/python27/lib/python2.7/site-packages/libpasteurize/fixes/fix_add_all_future_builtins.pyt transform s ( t __name__t
__module__t Truet
BM_compatiblet PATTERNt run_orderR ( ( ( s` /opt/alt/python27/lib/python2.7/site-packages/libpasteurize/fixes/fix_add_all_future_builtins.pyR s N( t __doc__t
__future__R t lib2to3R t libfuturize.fixer_utilR t BaseFixR ( ( ( s` /opt/alt/python27/lib/python2.7/site-packages/libpasteurize/fixes/fix_add_all_future_builtins.pyt <module>
s