U
    Hvf                     @   sL   d dl Z ddlmZ dddddd	d
dddddddddgZdd Zdd ZdS )    N   )_lti_conversionZtf2ssZabcd_normalizeZss2tfZzpk2ssZss2zpkZcont2discreteZeyeZ
atleast_2dZpolyprodarrayouterZlinalgZtf2zpkZzpk2tf	normalizec                   C   s   t S )N)__all__ r	   r	   ?/tmp/pip-unpacked-wheel-96ln3f52/scipy/signal/lti_conversion.py__dir__   s    r   c                 C   s:   | t krtd|  dtjd|  dtdd tt| S )Nz?scipy.signal.lti_conversion is deprecated and has no attribute z&. Try looking in scipy.signal instead.zPlease use `z_` from the `scipy.signal` namespace, the `scipy.signal.lti_conversion` namespace is deprecated.   )category
stacklevel)r   AttributeErrorwarningswarnDeprecationWarninggetattrr   )namer	   r	   r
   __getattr__   s    
 r   )r    r   r   r   r   r	   r	   r	   r
   <module>   s(                