8000 Fix sre_parse.py. · python/cpython@b4ec957 · GitHub
[go: up one dir, main page]

Skip to content

Commit b4ec957

Browse files
Fix sre_parse.py.
1 parent a746a7d commit b4ec957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/sre_parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
DeprecationWarning,
44
stacklevel=2)
55

6-
from re._compiler import *
6+
from re._parser import *

0 commit comments

Comments
 (0)
0