
    xf*                     ,    d dl Z ddlmZ g dZd Zd Zy)    N   )_spline)	cspline2d	qspline2dsepfir2dsymiirorder1symiirorder2c                      t         S )N)__all__     5/usr/lib/python3/dist-packages/scipy/signal/spline.py__dir__r      s    Nr   c                     | t         vrt        d|  d      t        j                  d|  dt        d       t        t        |       S )Nz7scipy.signal.spline is deprecated and has no attribute z&. Try looking in scipy.signal instead.zPlease use `zW` from the `scipy.signal` namespace, the `scipy.signal.spline` namespace is deprecated.   )category
stacklevel)r   AttributeErrorwarningswarnDeprecationWarninggetattrr   )names    r   __getattr__r      s]    7EdV L3 34 	4 MML 'G G-!= 7D!!r   )r    r   r   r   r   r   r   r   <module>r      s   
  J	"r   