�
�A�[c           @   s   d  Z  d d l m Z d S(   s�   
UNFINISHED
For the ``future`` package.
Adds this import line:
    from __future__ import division
at the top so the code runs identically on Py3 and Py2.6/2.7
i����(   t   FixDivisionN(   t   __doc__t    libpasteurize.fixes.fix_divisionR    (    (    (    sO   /opt/alt/python27/lib/python2.7/site-packages/libfuturize/fixes/fix_division.pyt   <module>
   s