mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
bpo-46425: fix direct invocation of test_importlib
(GH-30682)
This commit is contained in:
parent
55f4ec460e
commit
57316c52ba
39 changed files with 74 additions and 61 deletions
|
@ -2,8 +2,8 @@ import io
|
|||
import unittest
|
||||
|
||||
from importlib import resources
|
||||
from . import data01
|
||||
from .resources import util
|
||||
from test.test_importlib import data01
|
||||
from test.test_importlib.resources import util
|
||||
|
||||
|
||||
class CommonTests(util.CommonTests, unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue