OwlCyberSecurity - MANAGER
Edit File: _oldstyle.pyc
� `��ac @` s� d Z d d l m Z m Z d d l Z d d l m Z d d l m Z m Z d � Z d � Z d � Z e e e � e e � e � d � � � Z d S( sD Utilities to assist in the "flag day" new-style object transition. i ( t absolute_importt divisionN( t wraps( t _shouldEnableNewStylet _PY3c ` s � � f d � } | S( s2 If C{condition}, replace this function with C{alternative}. @param condition: A L{bool} which says whether this should be replaced. @param alternative: An alternative function that will be swapped in instead of the original, if C{condition} is truthy. @return: A decorator. c ` sd � t k r � � n0 � t k r* | � n t d j t � � � � � t | � � f d � � } | S( Ns8 condition argument to _replaceIf requires a bool, not {}c ` s � | | � S( N( ( t argst kwargs( t call( s[ /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/python/_oldstyle.pyt wrapped'