File: //opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/util/deprecations.pyo
�
��4]c           @   s�   d  Z  d d l Z d d l Z d d l m Z d d l m Z d d l m Z d d l m Z d d	 l m	 Z	 d
 d � Z
 d
 d � Z d
 d � Z d e d � Z d �  Z d e d � Z d �  Z d �  Z d d � Z d d � Z d S(   sS   Helpers related to deprecation of functions, methods, classes, other
functionality.i����Ni   (   t   compat(   t	   decorator(   t   inject_docstring_text(   t   inject_param_texti   (   t   exci   c         C   s   t  j |  t j d | �d  S(   Nt
   stacklevel(   t   warningst   warnR   t   SADeprecationWarning(   t   msgR   (    (    sO   /opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/util/deprecations.pyt   warn_deprecated   s    c         C   s   t  j |  t j d | �d  S(   NR   (   R   R   R   t   SAPendingDeprecationWarning(   R	   R   (    (    sO   /opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/util/deprecations.pyt   warn_pending_deprecation   s    t   __init__c            s/   d |  � p d f � �  � � f d �  } | S(   Ns   .. deprecated:: %s %st    c            s&