mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue 26911: fix import (other problems remain).
This commit is contained in:
parent
bace976db1
commit
823c626b43
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ import logging
|
|||
|
||||
# Local imports
|
||||
from .. import pytree
|
||||
import pgen2
|
||||
from pgen2 import driver
|
||||
from .. import pgen2
|
||||
from ..pgen2 import driver
|
||||
|
||||
logging.basicConfig()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue