Skip to content
Prev Previous commit
Next Next commit
Fix sre_parse.py.
  • Loading branch information
serhiy-storchaka committed Mar 29, 2022
commit b4ec957d846fbb03a50b362fa61168a61cba02de
2 changes: 1 addition & 1 deletion Lib/sre_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
DeprecationWarning,
stacklevel=2)

from re._compiler import *
from re._parser import *