Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../lib64/python2....
File: sre.py
"""This file is only retained for backwards compatibility.
[0] Fix | Delete
It will be removed in the future. sre was moved to re in version 2.5.
[1] Fix | Delete
"""
[2] Fix | Delete
[3] Fix | Delete
import warnings
[4] Fix | Delete
warnings.warn("The sre module is deprecated, please import re.",
[5] Fix | Delete
DeprecationWarning, 2)
[6] Fix | Delete
[7] Fix | Delete
from re import *
[8] Fix | Delete
from re import __all__
[9] Fix | Delete
[10] Fix | Delete
# old pickles expect the _compile() reconstructor in this module
[11] Fix | Delete
from re import _compile
[12] Fix | Delete
[13] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function