σ
ίΘ[c           @` s`   d  d l  m Z m Z m Z m Z d  d l Z d  d l Z d d l m Z e j	 d    Z
 d S(   i    (   t   absolute_importt   divisiont   unicode_literalst   print_functionNi   (   t   catch_warningsc           c` s,   t     t j d d t  d  VWd  QXd  S(   Nu   alwaysuV   using a non-integer number instead of an integer will result in an error in the future(   R   t   warningst   filterwarningst   DeprecationWarning(    (    (    s;   lib/python2.7/site-packages/astropy/modeling/tests/utils.pyt   ignore_non_integer_warning   s
    
(   t
   __future__R    R   R   R   t
   contextlibR   t   tests.helperR   t   contextmanagerR   (    (    (    s;   lib/python2.7/site-packages/astropy/modeling/tests/utils.pyt   <module>   s   "