mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23: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
|
# Local imports
|
||||||
from .. import pytree
|
from .. import pytree
|
||||||
import pgen2
|
from .. import pgen2
|
||||||
from pgen2 import driver
|
from ..pgen2 import driver
|
||||||
|
|
||||||
logging.basicConfig()
|
logging.basicConfig()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue