diff options
| author | Zachary Ware <zachary.ware@gmail.com> | 2015-12-05 05:33:59 (GMT) |
|---|---|---|
| committer | Zachary Ware <zachary.ware@gmail.com> | 2015-12-05 05:33:59 (GMT) |
| commit | 2d2af91da033d3f9d5c68d4ea90a2d84d7f189f6 (patch) | |
| tree | 3df2ce02fa15edae03f2c5f26ae7ac3cce3995c4 /Lib/test/test_wait4.py | |
| parent | da0f2a1f5250a36c6067e035dcc9064b00b20bf5 (diff) | |
| parent | ac28b796d80f869f39662491446145106960a886 (diff) | |
| download | cpython-2d2af91da033d3f9d5c68d4ea90a2d84d7f189f6.zip cpython-2d2af91da033d3f9d5c68d4ea90a2d84d7f189f6.tar.gz cpython-2d2af91da033d3f9d5c68d4ea90a2d84d7f189f6.tar.bz2 | |
Closes #25795: Merge with 3.5
Diffstat (limited to 'Lib/test/test_wait4.py')
| -rw-r--r-- | Lib/test/test_wait4.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_wait4.py b/Lib/test/test_wait4.py index 43869be..3e6a79d 100644 --- a/Lib/test/test_wait4.py +++ b/Lib/test/test_wait4.py @@ -4,6 +4,7 @@ import os import time import sys +import unittest from test.fork_wait import ForkWait from test.support import reap_children, get_attribute |
