mirror of
https://github.com/python/cpython.git
synced 2025-10-22 06:32:43 +00:00
Remove a relative import that escaped test.test_importlib.
This commit is contained in:
parent
df8aa2b325
commit
636601dfba
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
from .. import support
|
from test import support
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
def test_suite(package=__package__, directory=os.path.dirname(__file__)):
|
def test_suite(package=__package__, directory=os.path.dirname(__file__)):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue