diff options
| author | Benjamin Peterson <benjamin@python.org> | 2009-03-30 14:42:23 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2009-03-30 14:42:23 (GMT) |
| commit | 3c87e2289de06548f87250e59dbe69cbab967155 (patch) | |
| tree | 41ae02d172e215c93be208cf1cfc3908690cf7ea /Lib/test/test_fork1.py | |
| parent | ac0580edc252c505dbb7de734648a8656478f3d1 (diff) | |
| download | cpython-3c87e2289de06548f87250e59dbe69cbab967155.zip cpython-3c87e2289de06548f87250e59dbe69cbab967155.tar.gz cpython-3c87e2289de06548f87250e59dbe69cbab967155.tar.bz2 | |
add missing import
Diffstat (limited to 'Lib/test/test_fork1.py')
| -rw-r--r-- | Lib/test/test_fork1.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_fork1.py b/Lib/test/test_fork1.py index fd333ef..dfd5016 100644 --- a/Lib/test/test_fork1.py +++ b/Lib/test/test_fork1.py @@ -3,6 +3,7 @@ import os import time +import unittest from test.fork_wait import ForkWait from test.test_support import run_unittest, reap_children |
