MOON
Server: Apache
System: Linux server2.shieldcogroup.com 3.10.0-1160.119.1.el7.tuxcare.els12.x86_64 #1 SMP Fri Nov 8 05:49:38 UTC 2024 x86_64
User: jacom (1029)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //usr/lib/python2.7/site-packages/leapp/compatpy2only/__init__.pyo
�
g��fc@s!dZee�e�fdUdS(s�
def raise_with_traceback(exc, tb):
    """
    This is a helper function to raise exceptions with a traceback.

    This is function is required to workaround the syntax changes between Python 2 and 3
    Python 3.4 introduced a with_traceback method to Exception classes and Python 3 removed the syntax
    which used to be used in Python 2.

    :param exc: Exception to raise
    :param tb:  Traceback to use
    :return: Nothing
    """
    raise exc, None, tb
    N(tRAISE_EXC_HELPERtglobalstlocals(((s@/usr/lib/python2.7/site-packages/leapp/compatpy2only/__init__.pyt<module>s