mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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 thread
|
||||||
import signal
|
import signal
|
||||||
import os
|
import os
|
||||||
|
import sys
|
||||||
from test import test_support
|
from test import test_support
|
||||||
|
|
||||||
if sys.platform[:3] in ('win', 'os2') or sys.platform=='riscos':
|
if sys.platform[:3] in ('win', 'os2') or sys.platform=='riscos':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue