mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
add missing import!
This commit is contained in:
parent
2be406bd9f
commit
4818748b87
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue