Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
7
Dependencies/Python/Lib/sre_compile.py
vendored
Normal file
7
Dependencies/Python/Lib/sre_compile.py
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
import warnings
|
||||
warnings.warn(f"module {__name__!r} is deprecated",
|
||||
DeprecationWarning,
|
||||
stacklevel=2)
|
||||
|
||||
from re import _compiler as _
|
||||
globals().update({k: v for k, v in vars(_).items() if k[:2] != '__'})
|
Reference in New Issue
Block a user