mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
bpo-46425: Partially revert "bpo-46425: fix direct invocation of test_importlib
(GH-30682)" (GH-30799)
This reverts commit 57316c52ba
for files pertaining to importlib.metadata and importlib.resources.
This commit is contained in:
parent
353e3b2820
commit
d888ff5381
10 changed files with 22 additions and 40 deletions
|
@ -2,8 +2,8 @@ import io
|
|||
import unittest
|
||||
|
||||
from importlib import resources
|
||||
from test.test_importlib import data01
|
||||
from test.test_importlib.resources import util
|
||||
from . import data01
|
||||
from .resources import util
|
||||
|
||||
|
||||
class CommonTests(util.CommonTests, unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue