test_threading_local: add missing "import sys" (GH-8049)

This commit is contained in:
cclauss 2019-01-06 23:10:55 +01:00 committed by Victor Stinner
parent 11303dd603
commit a0bb51e44c

View file

@ -1,3 +1,4 @@
import sys
import unittest
from doctest import DocTestSuite
from test import support