Skip to content

Commit 93d13b2

Browse files
Fix imports from conv.py (#4787)
blib2to3.conv cannot currently be imported. Co-authored-by: cobalt <[email protected]>
1 parent 96cc0fe commit 93d13b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blib2to3/pgen2/conv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import re
3333

3434
# Local imports
35-
from pgen2 import grammar, token
35+
from blib2to3.pgen2 import grammar, token
3636

3737

3838
class Converter(grammar.Grammar):

0 commit comments

Comments
 (0)