
    xfb                     *    d dl Z ddlmZ dgZd Zd Zy)    N   )_lsodalsodac                      t         S )N)__all__     7/usr/lib/python3/dist-packages/scipy/integrate/lsoda.py__dir__r      s    Nr	   c                     | t         vrt        d|  d      t        j                  dt        d       t        t        |       S )Nz9scipy.integrate.lsoda is deprecated and has no attribute .zXThe `scipy.integrate.lsoda` namespace is deprecated and will be removed in SciPy v2.0.0.   )category
stacklevel)r   AttributeErrorwarningswarnDeprecationWarninggetattrr   )names    r
   __getattr__r      sM    7GfA 	 MM 9-!= 64  r	   )r    r   r   r   r   r   r	   r
   <module>r      s       )
!r	   