
"Ic           @   s   d  d k  l Z d  d k  l Z d  d k Z d  d k l Z d Z d   Z d e i f d     YZ	 d	   Z
 e d
 j o e
   n d S(   i(   t   nested_scopes(   t   divisionN(   t   test_supporti   c             s   d     f d   }  |    S(   Ni   c              s     S(   N(    (    (   t   x(    s.   /mit/python/lib/python2.6/test/test_future3.pyt   inner
   s    (    (   R   (    (   R   s.   /mit/python/lib/python2.6/test/test_future3.pyt   nester   s    t
   TestFuturec           B   s#   e  Z d    Z d   Z d   Z RS(   c         C   s   |  i  d d  d  S(   Ni   i   i   i   (   t   assertEqual(   t   self(    (    s.   /mit/python/lib/python2.6/test/test_future3.pyt   test_floor_div_operator   s    c         C   s   |  i  d d  d  S(   Ni   i   g      @g      @(   t   assertAlmostEqual(   R   (    (    s.   /mit/python/lib/python2.6/test/test_future3.pyt   test_true_div_as_default   s    c         C   s   |  i  t   d  d  S(   Ni   (   R   R   (   R   (    (    s.   /mit/python/lib/python2.6/test/test_future3.pyt   test_nested_scopes   s    (   t   __name__t
   __module__R	   R   R   (    (    (    s.   /mit/python/lib/python2.6/test/test_future3.pyR      s   		c           C   s   t  i t  d  S(   N(   R   t   run_unittestR   (    (    (    s.   /mit/python/lib/python2.6/test/test_future3.pyt	   test_main   s    t   __main__(   t
   __future__R    R   t   unittestt   testR   R   R   t   TestCaseR   R   R   (    (    (    s.   /mit/python/lib/python2.6/test/test_future3.pyt   <module>   s   		