mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fixed an import
This commit is contained in:
parent
51d1864eae
commit
75d43c839e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
try:
|
||||
from tests import support
|
||||
except ImportError:
|
||||
import support
|
||||
from . import support
|
||||
|
||||
# Python imports
|
||||
import unittest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue