File: //usr/lib/python2.7/site-packages/leapp/compatpy2only/__init__.pyo
�
g��fc @ s! d Z e e � e � f d Ud S( 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( t RAISE_EXC_HELPERt globalst locals( ( ( s@ /usr/lib/python2.7/site-packages/leapp/compatpy2only/__init__.pyt <module> s