diff options
-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 fd333efaf9..dfd501665c 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 |