mirror of https://github.com/python/cpython
add missing import!
This commit is contained in:
parent
2be406bd9f
commit
4818748b87
|
@ -4,6 +4,7 @@ import unittest
|
|||
import thread
|
||||
import signal
|
||||
import os
|
||||
import sys
|
||||
from test import test_support
|
||||
|
||||
if sys.platform[:3] in ('win', 'os2') or sys.platform=='riscos':
|
||||
|
|
Loading…
Reference in New Issue