mirror of
https://github.com/python/cpython.git
synced 2026-04-22 03:41:08 +00:00
test_threading_local: add missing "import sys" (GH-8049)
(cherry picked from commit a0bb51e44c)
Co-authored-by: cclauss <cclauss@me.com>
This commit is contained in:
parent
be37dbff1c
commit
65ed9f31cf
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import sys
|
||||
import unittest
|
||||
from doctest import DocTestSuite
|
||||
from test import support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue